We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8a1e2 commit 8977bb2Copy full SHA for 8977bb2
1 file changed
Sprint-1/3-mandatory-interpret/2-time-format.js
@@ -38,6 +38,7 @@ console.log(result);
38
39
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
40
//It will do the math perfectly for most normal positive numbers, but there are a few situations where the code will act wierdly.
41
-//1. Visual problems
+//1. The "Single Digit" Visual Bug (Zero-Padding)
42
//2. Negative numbers
43
-//3.Decimal numbers
+//3.Decimal numbers (floats and non integers)
44
+//4. invalid data types (like strings, objects, etc.)
0 commit comments