Skip to content

Commit fa69127

Browse files
committed
the 00 output will be a string not a number so it is
1 parent f3c3be7 commit fa69127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-2/4-mandatory-interpret/time-format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ console.log(formatTimeDisplay(61));
3030
// c) What is the return value of pad is called for the first time?
3131
// =============> write your answer here
3232
// # 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
33+
// The return value of pad when it's called for the first time is String "00"
3434

3535
// d) What is the value assigned to num when pad is called for the last time in this program? Explain your answer
3636
// =============> write your answer here

0 commit comments

Comments
 (0)