Skip to content

Commit 08a3ec6

Browse files
corrected some answers in time-format.js
1 parent 39c9dc7 commit 08a3ec6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sprint-2/3-mandatory-interpret/2-time-format.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ console.log(result);
1212
// For the piece of code above, read the code and then answer the following questions
1313

1414
// a) How many variable declarations are there in this program?
15-
//A--> There are 5 variable declarations
15+
//A--> There are 6 variable declarations
1616

1717
// b) How many function calls are there?
18-
//A--> There are 4 function calls in line 9 and 10
18+
//A--> There are 1 function call in line 10 which is ===> console.log(result);
1919

2020
// c) Usings documentation, explain what the expression movieLength % 60 represents
2121
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators

0 commit comments

Comments
 (0)