Skip to content

Commit ac30df8

Browse files
committed
answer question e.
1 parent 3f83104 commit ac30df8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sprint-1/3-mandatory-interpret/2-time-format.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ console.log(result);
2727

2828
// e) What do you think the variable result represents? Can you think of a better name for this variable?
2929
// The exact runtime of the movie, converted from seconds into hours, minutes and seconds format.
30+
// One possible name for this variable: formattedMovieLength
3031

3132
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
3233
// It works with all positive values of movieLength. For negative values, it produces negative hours, minutes, and seconds.

0 commit comments

Comments
 (0)