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