Skip to content

Commit 92389bd

Browse files
committed
mandatory error 4 update
1 parent 917e1b8 commit 92389bd

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const HourClockTime = "20:53";
2-
const hourClockTime = "08:53";
1+
const hourClockTime24 = "20:53";
2+
const hourClockTime12 = "08:53";
33

4-
console.log(`The time in a 24hours format is ${HourClockTime} and in a 12 hours format is ${hourClockTime}`);
4+
console.log(`The time in a 24 hours format is ${hourClockTime24} and in a 12 hours format is ${hourClockTime12}`);

0 commit comments

Comments
 (0)