Skip to content

Commit 596f6f1

Browse files
authored
Clarify movie length format in comments
Updated comment to clarify the format of movie length.
1 parent 0faad43 commit 596f6f1

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
@@ -25,7 +25,7 @@ console.log(result);
2525
//calculate how long the move is in minutes.
2626

2727
// e) What do you think the variable result represents? Can you think of a better name for this variable?
28-
//MovieLengthH:M:S
28+
//MovieLengthH_M_S
2929

3030
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
3131
//It works for positive integers

0 commit comments

Comments
 (0)