Skip to content

Commit 1687eb5

Browse files
chose a more descriptive name for the result variable : formatedMovieDuration
1 parent c703ce2 commit 1687eb5

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
@@ -28,7 +28,7 @@ console.log(result);
2828

2929

3030
// e) What do you think the variable result represents? Can you think of a better name for this variable?
31-
// results present length of movie formatted as Hours:Minutes:Seconds and a better name could be movieDuration
31+
// results present length of movie formatted as Hours:Minutes:Seconds and a better name could be fromatedMovieDuration
3232

3333

3434
// 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)