Skip to content

Commit c5f6681

Browse files
committed
time format
1 parent 98bba93 commit c5f6681

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ console.assert(
2323
currentOutput2 === targetOutput2,
2424
`current output: ${currentOutput2}, target output: ${targetOutput2}`
2525
);
26+
console.log(`The current output of ${currentOutput} is the same as ${targetOutput}`);
27+
console.log(`The second current output ${currentOutput2} is equals to ${targetOutput2}`);
28+

0 commit comments

Comments
 (0)