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 f100a1b commit 4341313Copy full SHA for 4341313
Sprint-1/errors/4.js
@@ -4,9 +4,9 @@
4
// this is given an error because we can no start an variable starting naming with number, So we can fix moving the number
5
// in the middle or we can write the number instead declare the integer number
6
7
-const hour12ClockTime = "20:53";
+const hour12ClockTime = "8:53";
8
console.log(hour12ClockTime);
9
10
11
-const hour24ClockTime = "08:53";
+const hour24ClockTime = "20:53";
12
console.log(hour24ClockTime);
0 commit comments