We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2e8ac commit e8fc5adCopy full SHA for e8fc5ad
1 file changed
Sprint-1/3-mandatory-interpret/2-time-format.js
@@ -15,7 +15,7 @@ console.log(result);
15
// 6 variable declarations.
16
17
// b) How many function calls are there?
18
-// 0 function calls.
+// 1 function call - console.log(result)
19
20
// c) Using 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