Skip to content

Commit 6613221

Browse files
updated_2-time-format
1 parent 4013faf commit 6613221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ console.log(result);
2626
// d) This way, we find out how many full minutes the film lasts.
2727

2828
// e) What do you think the variable result represents? Can you think of a better name for this variable?
29-
// e) This variable stores information about the exact length of the film (hours:minutes:seconds). I would call it “hoursMinutesSeconds
29+
// e) This variable stores information about the exact length of the film (hours:minutes:seconds). I would call it “movieTime
3030

3131
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
3232
// f) I tried several values where the length of the film is 0 or only a few minutes/seconds, etc. The code works in all the cases I tried and returns 0 as the result if the film, for example, is less than an hour long.

0 commit comments

Comments
 (0)