Skip to content

Commit b401592

Browse files
committed
Rename variables to follow camelCase convention in 4.js
1 parent a33085b commit b401592

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
const Twelve_HourClockTime = "20:53";
2-
const Twenty_Four_hourClockTime = "08:53";
1+
const twelveHourClockTime = "20:53";
2+
const twentyFourHourClockTime = "08:53";
3+
34

45
//Variables cannot have numbers at the start of their name
56
//the times are in the wrong format for their variable names

0 commit comments

Comments
 (0)