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