This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
Files
IT2/html/test_15.11.19/javascript/task1.js
2020-01-29 12:56:06 +01:00

4 lines
100 B
JavaScript
Executable File

const num1 = 5;
const num2 = 10;
console.log(num1 + " ganger " + num2 + " er " + (num1 * num2));