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 0faad43 commit 596f6f1Copy full SHA for 596f6f1
Sprint-1/3-mandatory-interpret/2-time-format.js
@@ -25,7 +25,7 @@ console.log(result);
25
//calculate how long the move is in minutes.
26
27
// e) What do you think the variable result represents? Can you think of a better name for this variable?
28
-//MovieLengthH:M:S
+//MovieLengthH_M_S
29
30
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
31
//It works for positive integers
0 commit comments