Skip to content

Commit ac9a66a

Browse files
authored
mandatory error 4. upadate
1 parent 4d2a38f commit ac9a66a

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 24hours format is ${hourClockTime24} and in a 12 hours format is ${hourClockTime12}`);

0 commit comments

Comments
 (0)