Skip to content

Commit 5945501

Browse files
fix: update comment to clarify the representation of the result variable
1 parent fc023eb commit 5945501

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
//total time in minutes without the remaining seconds
2626

2727
// e) What do you think the variable result represents? Can you think of a better name for this variable?
28-
//"Movie length"
28+
//it represents the total movie time , so.... const totalMovieTime perhaps
2929

3030
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
3131
//it will work with all values as long as they are numbers,

0 commit comments

Comments
 (0)