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 9d78d99 commit 60af85cCopy full SHA for 60af85c
Sprint-1/3-mandatory-interpret/2-time-format.js
@@ -26,7 +26,7 @@ console.log(result);
26
27
// e) What do you think the variable result represents? Can you think of a better name for this variable?
28
// it represents the length of the movie in hours, minutes and seconds format
29
-// a better name would be: movieTimeVolume
+// a better name would be: formattedTime
30
31
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
32
// no it will not work for negative input values as it gives negative results
0 commit comments