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 b953519 commit f976015Copy full SHA for f976015
Sprint-2/5-stretch-extend/format-time.js
@@ -23,3 +23,7 @@ console.assert(
23
currentOutput2 === targetOutput2,
24
`current output: ${currentOutput2}, target output: ${targetOutput2}`
25
);
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