Commit 93a037fa authored by Владислав Цой's avatar Владислав Цой

Изменил исходиный файл modal.js, при возникновении конфликта

parents be39487b 66482a05
const num = 1;
const string = "Hello";
const sum = (a, b) => a + b;
const num2 = 4;
const result = sum(num, num2);
console.log(string);
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