Skip to content

Commit 7ad3955

Browse files
used the correct javascript naming convention for the first variable
1 parent 28eeec9 commit 7ad3955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Sprint-1/2-mandatory-errors

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const $12HourClockTime = "8:53pm";
1+
const twelveHourClockTime = "8:53pm";
22
const _hourClockTime = "20:53";

0 commit comments

Comments
 (0)