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 e0248f4 commit f16fcabCopy full SHA for f16fcab
1 file changed
Sprint-1/2-mandatory-errors/4.js
@@ -7,5 +7,5 @@
7
// When declaring a variable it must not start with a number, space or reserved word.
8
// to fix this, we can rename them correctly.
9
10
-const twelve_HourClockTime = "20:53";
11
-const twentyFour_HourClockTime = "08:53";
+const twelveHourClockTime = "20:53";
+const twentyFourHourClockTime = "08:53";
0 commit comments