We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc8ee7 commit 889b216Copy full SHA for 889b216
Sprint-1/3-mandatory-interpret/2-time-format.js
@@ -1,4 +1,4 @@
1
-const movieLength = 348769045688; // length of movie in seconds
+const movieLength = -348769045688; // length of movie in seconds
2
3
const remainingSeconds = movieLength % 60;
4
const totalMinutes = (movieLength - remainingSeconds) / 60;
0 commit comments