Skip to content

Commit 52c1bf8

Browse files
author
kohanman
committed
Sprint 1 | coursework 2.4
1 parent 7d83c03 commit 52c1bf8

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
const 12HourClockTime = "20:53";
2-
const 24hourClockTime = "08:53";
1+
const twelveHourClockTime = "20:53";
2+
const twentyfourhourClockTime = "08:53";
3+
4+
// there is an error because the expression 12HourClockTime is not a correct syntax,
5+
// variable names cannot start with a number like that, i will change 12 => twelve 24 => twenty four

0 commit comments

Comments
 (0)