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 011292b commit 5180272Copy full SHA for 5180272
1 file changed
Sprint-2/4-mandatory-interpret/time-format.js
@@ -30,6 +30,7 @@ console.log(formatTimeDisplay(61));
30
31
// c) What is the return value of pad is called for the first time?
32
// =============> write your answer here
33
+// The return value of pad for its first call is "00"
34
35
// d) What is the value assigned to num when pad is called for the last time in this program? Explain your answer
36
0 commit comments