Skip to content

Commit 76151fd

Browse files
used best practices naming convention to rename the second variable
1 parent 7ad3955 commit 76151fd

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 @@
11
const twelveHourClockTime = "8:53pm";
2-
const _hourClockTime = "20:53";
2+
const twentyFourHourClockTime = "20:53";

0 commit comments

Comments
 (0)