Skip to content

Commit 1413d04

Browse files
identifier cannot start with number
1 parent 240da0e commit 1413d04

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
const 12HourClockTime = "20:53";
2-
const 24hourClockTime = "08:53";
1+
const $24HourClockTime = "20:53";
2+
const $12hourClockTime = "08:53";
3+
console.log($24HourClockTime)
4+
console.log($12hourClockTime)

0 commit comments

Comments
 (0)