/
dashytka
/
sumCalculator
Обзор
Документация
Войти
/
dashytka
/
sumCalculator
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
js
9 строк
215 B
dashytka
create js
14 ноя 2025, 20:02
14 ноя 2025, 20:02
0437243
Код
Авторство
О чём код?
// Define two numbers let number1 = 5; let number2 = 10; // Calculate the sum let sum = number1 + number2; // Print the result to the console console.log(`The sum of ${number1} and ${number2} is ${sum}.`);