Skip to content

Commit 25a5ac8

Browse files
applied the naming convention to the second variable
1 parent 3503a51 commit 25a5ac8

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,5 +1,5 @@
11
const twelveHourClockTime = "8:53pm";
2-
const _hourClockTime = "20:53";
2+
const twentyFourHourClockTime = "20:53";
33
/*names beginning with $ or _ often carry special conventions:
44
55
_name often implies a private/internal variable.

0 commit comments

Comments
 (0)