Skip to content

Commit 51cc2d8

Browse files
Fix variable names and address review comments
1 parent 21eed1b commit 51cc2d8

File tree

1 file changed

+2
-2
lines changed
  • Sprint-1/2-mandatory-errors

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const $24HourClockTime = "20:53";
2-
const $12hourClockTime = "08:53";
1+
const twentyFourHourClockTime = "20:53";
2+
const twelveHourClockTime = "08:53";
33
console.log($24HourClockTime)
44
console.log($12hourClockTime)
55
//

0 commit comments

Comments
 (0)