There was an error while loading. Please reload this page.
1 parent f3c67ac commit c4bb72cCopy full SHA for c4bb72c
1 file changed
Sprint-2/3-mandatory-interpret/2-time-format.js
@@ -19,7 +19,7 @@ console.log(result);
19
20
// c) Usings documentation, explain what the expression movieLength % 60 represents
21
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators
22
-//A--> % is a modulo operator that return the remainder of a multiplied number
+//A--> % is a modulo operator that return the remainder which is the leftover of a division of two numbers
23
24
// d) Interpret line 4, what does the expression assigned to totalMinutes mean?
25
/* movieLength subtract the left over seconds from the total seconds(movieLength) to get a number that is divisible by 60
0 commit comments