Skip to content

Commit 11a2c20

Browse files
committed
Rename variables to indicate 12-hour and 24-hour formats
1 parent 1030764 commit 11a2c20

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
// This error means that Javascript was unable to read the code because a variable name cannot start with a number
99
// I can fix this code by removing the numbers from the start of the variable name
1010

11-
const HourClockTime = "20:53";
12-
const hourClockTime = "08:53";
11+
const time24HourFormat = "20:53";
12+
const time12HourFormat = "08:53";

0 commit comments

Comments
 (0)