Skip to content

Commit e8fc5ad

Browse files
committed
Fixed answer in 2-time-format.js
1 parent 9f2e8ac commit e8fc5ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ console.log(result);
1515
// 6 variable declarations.
1616

1717
// b) How many function calls are there?
18-
// 0 function calls.
18+
// 1 function call - console.log(result)
1919

2020
// c) Using 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)