Skip to content

Commit 98f8826

Browse files
committed
tried with negative movieLength
1 parent 411f51a commit 98f8826

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const movieLength = 8784; // length of movie in seconds
2-
32
const remainingSeconds = movieLength % 60;
43
const totalMinutes = (movieLength - remainingSeconds) / 60;
54

0 commit comments

Comments
 (0)