Skip to content

Commit b763d76

Browse files
committed
Use a lowercase to start a variable
1 parent c67261d commit b763d76

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
@@ -45,7 +45,7 @@ The expression gives the completed total minutes of the movie, by subtract the r
4545
/*
4646
The variable result shows(display) the total length of the movie in three sections (Hours:Minutes:seconds) in string format.
4747
48-
I can think of "MovieDuration" as a better name because it gives more description to the output.
48+
I can think of "movieDuration" as a better name because it gives more description to the output.
4949
*/
5050

5151
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer

0 commit comments

Comments
 (0)