Skip to content

Commit 3f83104

Browse files
committed
use proper variable naming style
1 parent 365b056 commit 3f83104

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Sprint-1/2-mandatory-errors

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const TwelveHourClockTime = "20:53";
2-
const TwentyFourHourClockTime = "08:53";
1+
const twelveHourClockTime = "20:53";
2+
const twentyFourHourClockTime = "08:53";
33

44
// variable names can't start with a number

0 commit comments

Comments
 (0)