Skip to content

Commit 917e1b8

Browse files
committed
Mandatory errors 4.js
1 parent 5af7009 commit 917e1b8

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
const HourClockTime = "20:53";
2-
const hourClockTime = "08:53";
2+
const hourClockTime = "08:53";
3+
4+
console.log(`The time in a 24hours format is ${HourClockTime} and in a 12 hours format is ${hourClockTime}`);

0 commit comments

Comments
 (0)