There was an error while loading. Please reload this page.
1 parent 0071257 commit 15661f3Copy full SHA for 15661f3
1 file changed
Sprint-2/3-mandatory-interpret/2-time-format.js
@@ -30,4 +30,5 @@ console.log(result);
30
//A: Duration
31
32
// 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.
+// 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