Добавил функционал для закрытия модалки

parent 912c5979
const num = 1;
const sum = (a, b) => a + b;
const num2 = 4;
const result = sum(num, num2);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment