We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be2c74 commit 51e880dCopy full SHA for 51e880d
Sprint-2/5-stretch-extend/format-time.js
@@ -23,3 +23,17 @@ console.assert(
23
currentOutput2 === targetOutput2,
24
`current output: ${currentOutput2}, target output: ${targetOutput2}`
25
);
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