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 fc023eb commit 5945501Copy full SHA for 5945501
Sprint-1/3-mandatory-interpret/2-time-format.js
@@ -25,7 +25,7 @@ console.log(result);
25
//total time in minutes without the remaining seconds
26
27
// e) What do you think the variable result represents? Can you think of a better name for this variable?
28
- //"Movie length"
+ //it represents the total movie time , so.... const totalMovieTime perhaps
29
30
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
31
//it will work with all values as long as they are numbers,
0 commit comments