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