Skip to content

Commit 889b216

Browse files
committed
changed the input value for movielength in time formatexercise.
1 parent bfc8ee7 commit 889b216

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
@@ -1,4 +1,4 @@
1-
const movieLength = 348769045688; // length of movie in seconds
1+
const movieLength = -348769045688; // length of movie in seconds
22

33
const remainingSeconds = movieLength % 60;
44
const totalMinutes = (movieLength - remainingSeconds) / 60;

0 commit comments

Comments
 (0)