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 c67261d commit b763d76Copy full SHA for b763d76
Sprint-1/3-mandatory-interpret/2-time-format.js
@@ -45,7 +45,7 @@ The expression gives the completed total minutes of the movie, by subtract the r
45
/*
46
The variable result shows(display) the total length of the movie in three sections (Hours:Minutes:seconds) in string format.
47
48
- I can think of "MovieDuration" as a better name because it gives more description to the output.
+ I can think of "movieDuration" as a better name because it gives more description to the output.
49
*/
50
51
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
0 commit comments