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.
2 parents da626b2 + 2706654 commit 433e170Copy full SHA for 433e170
Sprint-2/5-stretch-extend/format-time.js
@@ -25,6 +25,7 @@ console.assert(
25
);
26
27
// Test of existing
28
+// Test of existing function
29
console.log("=== TESTING BUGGY FUNCTION ===");
30
console.log(formatAs12HourClock("00:00"), "→ Expected: 12:00 am ❌"); // Bug: midnight
31
console.log(formatAs12HourClock("12:00"), "→ Expected: 12:00 pm ❌"); // Bug: noon
0 commit comments