There was an error while loading. Please reload this page.
1 parent c837210 commit 744d864Copy full SHA for 744d864
1 file changed
Sprint-2/2-mandatory-errors/4.js
@@ -1,6 +1,6 @@
1
-const 12HourClockTime = "8:53pm";
2
-const 24hourClockTime = "20:53";
+const HourClockTime12 = "8:53pm";
+const hourClockTime24 = "20:53";
3
4
//SyntaxError: Invalid or unexpected token
5
//In javascript, variable names cannot start with a number.
6
-//To fix, either put number at the end or start with _
+//To fix, either put number at the end or start with _ or use a different name
0 commit comments