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 e03cac5 commit cb2de15Copy full SHA for cb2de15
Sprint-2/4-mandatory-interpret/time-format.js
@@ -26,7 +26,7 @@ console.log(formatTimeDisplay(61));
26
// =============> 0
27
28
// c) What is the return value of pad is called for the first time?
29
-// =============> 00
+// =============> "00"
30
31
// d) What is the value assigned to num when pad is called for the last time in this program? Explain your answer
32
// =============> The leftover second is assigned to num as remainingSEconds 61%60
0 commit comments