Skip to content

Commit 433e170

Browse files
committed
Merge branch 'Sprint-2' of https://github.com/Alrzini2025/Module-Structuring-and-Testing-Data into coursework/sprint-2
2 parents da626b2 + 2706654 commit 433e170

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ console.assert(
2525
);
2626

2727
// Test of existing
28+
// Test of existing function
2829
console.log("=== TESTING BUGGY FUNCTION ===");
2930
console.log(formatAs12HourClock("00:00"), "→ Expected: 12:00 am ❌"); // Bug: midnight
3031
console.log(formatAs12HourClock("12:00"), "→ Expected: 12:00 pm ❌"); // Bug: noon

0 commit comments

Comments
 (0)