diff --git a/index.js b/index.js index 7056c693..88a539b0 100644 --- a/index.js +++ b/index.js @@ -1 +1,10 @@ -// Write your code here \ No newline at end of file +// Write your code here +const var1 = 31; +const var2 = 2; +const multiply = var1 * var2; + +const random = Math.random(); + +const mod = 24 % 5; + +const max = Math.max(10, 20);