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 f3c3be7 commit fa69127Copy full SHA for fa69127
Sprint-2/4-mandatory-interpret/time-format.js
@@ -30,7 +30,7 @@ console.log(formatTimeDisplay(61));
30
// c) What is the return value of pad is called for the first time?
31
// =============> write your answer here
32
// # The Python visualizer stops working when it runs pad because (padStart is not a function), maybe because it uses ES6 version of javascript!
33
-// The return value of pad when it's called for the first time is 00
+// The return value of pad when it's called for the first time is String "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