Skip to content

Commit 83a6fa1

Browse files
debug2604debug2604
authored andcommitted
minor format change in 2-time-format.js
1 parent 0fc5678 commit 83a6fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ console.log(result);
2121

2222
// c) Using documentation, explain what the expression movieLength % 60 represents
2323
// 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.
24+
// % is remainder operator. This operator returns the remainder after left operand is divided by 60.
2525

2626
// d) Interpret line 4, what does the expression assigned to totalMinutes mean?
2727
// The expression means first exclude odd seconds, then convert the movie length in number of complete minutes.

0 commit comments

Comments
 (0)