Skip to content

Commit 4341313

Browse files
committed
updating time in the variables with the correct time
1 parent f100a1b commit 4341313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sprint-1/errors/4.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
// this is given an error because we can no start an variable starting naming with number, So we can fix moving the number
55
// in the middle or we can write the number instead declare the integer number
66

7-
const hour12ClockTime = "20:53";
7+
const hour12ClockTime = "8:53";
88
console.log(hour12ClockTime);
99

1010

11-
const hour24ClockTime = "08:53";
11+
const hour24ClockTime = "20:53";
1212
console.log(hour24ClockTime);

0 commit comments

Comments
 (0)