Skip to content

Commit 3b76794

Browse files
explain error
1 parent cfe1b0c commit 3b76794

File tree

1 file changed

+3
-1
lines changed
  • Sprint-1/2-mandatory-errors

1 file changed

+3
-1
lines changed

Sprint-1/2-mandatory-errors/4.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
const 12HourClockTime = "20:53";
2-
const 24hourClockTime = "08:53";
2+
const 24hourClockTime = "08:53";
3+
// variable names cannot begin with a number
4+
// can change to ClockTime12Hour and ClockTime24Hour or something similar to make it valid

0 commit comments

Comments
 (0)