Beginner Software Engineer
I have been working as a software engineer for two months, and to develop in this area I came to courses at RS School.
Novosibirsk State Technical University (NETI)
- Bachelor Degree (2016-2020)
let num1 = 5; let num2 = 10; let sum = num1 + num2; console.log("Сумма:", sum);