Skip to content

Commit 15661f3

Browse files
committed
modified answers of 3-mandatory-interpret 2-time-format
1 parent 0071257 commit 15661f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ console.log(result);
3030
//A: Duration
3131

3232
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
33-
// Yes. Because the variables declaration stated clearly.
33+
// Only integer and positive value could work. If movieLength changed to negative value and decimal value, result could
34+
// not show in correct time format.

0 commit comments

Comments
 (0)