There was an error while loading. Please reload this page.
1 parent 8ca06db commit f56c69cCopy full SHA for f56c69c
1 file changed
Sprint-2/2-mandatory-errors/4.js
@@ -1,2 +1,4 @@
1
const 12HourClockTime = "8:53pm";
2
-const 24hourClockTime = "20:53";
+//const 24hourClockTime = "20:53";
3
+// I predict the code will give an error because a variable name cannot start with a number.
4
+const twelveHourClockTime = "8:53pm";
0 commit comments