Skip to content

Commit 90e2625

Browse files
made variable names lower case first letter
1 parent ffee9e4 commit 90e2625

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
const 12HourClockTime = "20:53";
22
const 24hourClockTime = "08:53";
33
// variable names cannot begin with a number
4-
// can change to ClockTime12Hour and ClockTime24Hour or something similar to make it valid
4+
// can change to clockTime12Hour and clockTime24Hour or something similar to make it valid

0 commit comments

Comments
 (0)