Skip to content

Commit f16fcab

Browse files
committed
updated 2-mandatory-errors 4.js with camelCase
1 parent e0248f4 commit f16fcab

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
@@ -7,5 +7,5 @@
77
// When declaring a variable it must not start with a number, space or reserved word.
88
// to fix this, we can rename them correctly.
99

10-
const twelve_HourClockTime = "20:53";
11-
const twentyFour_HourClockTime = "08:53";
10+
const twelveHourClockTime = "20:53";
11+
const twentyFourHourClockTime = "08:53";

0 commit comments

Comments
 (0)