Skip to content

Commit 4602c77

Browse files
fix: update console.log variable names to match renamed variables
1 parent d89e043 commit 4602c77

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 @@
11
const twentyFourHourClockTime = "20:53";
22
const twelveHourClockTime = "08:53";
3-
console.log($24HourClockTime)
4-
console.log($12hourClockTime)
3+
console.log(twentyFourHourClockTime)
4+
console.log(twelveHourClockTime)
55
//

0 commit comments

Comments
 (0)