Skip to content

Commit 1743941

Browse files
Rename variables to follow naming conventions and add comment about variable naming rules
1 parent 374a35f commit 1743941

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • Sprint-1/2-mandatory-errors

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
const 12HourClockTime = "20:53";
2-
const 24hourClockTime = "08:53";
1+
const twelveHourClockTime = "20:53";
2+
const twentyFourHourClockTime = "08:53";
3+
//variable names can not start with numbers

0 commit comments

Comments
 (0)