Skip to content

Commit f976015

Browse files
committed
format-time.js in Sprint-2
1 parent b953519 commit f976015

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ console.assert(
2323
currentOutput2 === targetOutput2,
2424
`current output: ${currentOutput2}, target output: ${targetOutput2}`
2525
);
26+
console.log(formatAs12HourClock("08:00"));
27+
console.log(formatAs12HourClock("23:00"));
28+
console.log(formatAs12HourClock("00:00"));
29+
console.log(formatAs12HourClock("12:00"))

0 commit comments

Comments
 (0)