Skip to content

Commit 6b42d00

Browse files
committed
Compare the current output with the target output using the strict equality operator
1 parent 909a41e commit 6b42d00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

prep/sprint-2.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
function formatAs12HourClock() {
2+
3+
}
4+
5+
console.log(formatAs12HourClock("08:00") === "08:00am")

0 commit comments

Comments
 (0)