There was an error while loading. Please reload this page.
1 parent 0fc5678 commit 83a6fa1Copy full SHA for 83a6fa1
1 file changed
Sprint-2/3-mandatory-interpret/2-time-format.js
@@ -21,7 +21,7 @@ console.log(result);
21
22
// c) Using documentation, explain what the expression movieLength % 60 represents
23
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators
24
-// % is remainer operator. This operator returns the remainder after left operand is divided by 60.
+// % is remainder operator. This operator returns the remainder after left operand is divided by 60.
25
26
// d) Interpret line 4, what does the expression assigned to totalMinutes mean?
27
// The expression means first exclude odd seconds, then convert the movie length in number of complete minutes.
0 commit comments