This commit is contained in:
2020-01-29 12:56:06 +01:00
commit 04efff0d15
51 changed files with 1673 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
const num1 = 5;
const num2 = 10;
console.log(num1 + " ganger " + num2 + " er " + (num1 * num2));