Skip to content

Commit aa53b91

Browse files
committed
correct the answer in the 2-time-format.js
1 parent 0cf3390 commit aa53b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ console.log(result);
2323

2424
// b) How many function calls are there?
2525

26-
/*There are no function calls in this code. Everything here is using operators and expressions, not calling functions.*/
26+
/*There are 1 function calls in this code. in console.log(result);.*/
2727

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

0 commit comments

Comments
 (0)