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 1030764 commit 11a2c20Copy full SHA for 11a2c20
Sprint-1/2-mandatory-errors/4.js
@@ -8,5 +8,5 @@
8
// This error means that Javascript was unable to read the code because a variable name cannot start with a number
9
// I can fix this code by removing the numbers from the start of the variable name
10
11
-const HourClockTime = "20:53";
12
-const hourClockTime = "08:53";
+const time24HourFormat = "20:53";
+const time12HourFormat = "08:53";
0 commit comments