There was an error while loading. Please reload this page.
1 parent 39c9dc7 commit 08a3ec6Copy full SHA for 08a3ec6
1 file changed
Sprint-2/3-mandatory-interpret/2-time-format.js
@@ -12,10 +12,10 @@ console.log(result);
12
// For the piece of code above, read the code and then answer the following questions
13
14
// a) How many variable declarations are there in this program?
15
-//A--> There are 5 variable declarations
+//A--> There are 6 variable declarations
16
17
// b) How many function calls are there?
18
-//A--> There are 4 function calls in line 9 and 10
+//A--> There are 1 function call in line 10 which is ===> console.log(result);
19
20
// c) Usings documentation, explain what the expression movieLength % 60 represents
21
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators
0 commit comments