Skip to content

Commit 51e880d

Browse files
committed
last
1 parent 9be2c74 commit 51e880d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Sprint-2/5-stretch-extend/format-time.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,17 @@ console.assert(
2323
currentOutput2 === targetOutput2,
2424
`current output: ${currentOutput2}, target output: ${targetOutput2}`
2525
);
26+
27+
console.log(formatAs12HourClock("23:14"))
28+
console.log(formatAs12HourClock("00:00"))
29+
console.log(formatAs12HourClock("00:01"))
30+
console.log(formatAs12HourClock("11:59"))
31+
console.log(formatAs12HourClock("12:00"))
32+
console.log(formatAs12HourClock("12:01"))
33+
console.log(formatAs12HourClock("13:45"))
34+
35+
36+
37+
38+
39+

0 commit comments

Comments
 (0)