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 4d2a38f commit ac9a66aCopy full SHA for ac9a66a
Sprint-1/2-mandatory-errors/4.js
@@ -1,4 +1,4 @@
1
-const HourClockTime = "20:53";
2
-const hourClockTime = "08:53";
+const hourClockTime24 = "20:53";
+const hourClockTime12 = "08:53";
3
4
-console.log(`The time in a 24hours format is ${HourClockTime} and in a 12 hours format is ${hourClockTime}`);
+console.log(`The time in a 24hours format is ${hourClockTime24} and in a 12 hours format is ${hourClockTime12}`);
0 commit comments