Skip to content

Commit d8a4d08

Browse files
authored
Update 4.js
1 parent 28ffca5 commit d8a4d08

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • Sprint-1/2-mandatory-errors

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
const 12HourClockTime = "20:53";
2-
const 24hourClockTime = "08:53";
1+
//const 12HourClockTime = "20:53";
2+
//const 24hourClockTime = "08:53";
3+
4+
// SUggested Solutions:
5+
const ClockTime12Hour = "20:53";
6+
const ClockTime24hour = "08:53";

0 commit comments

Comments
 (0)