Skip to content

Commit 7fdc864

Browse files
answere question on what is the return value of pad when called for the first time
1 parent 356bd08 commit 7fdc864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function formatTimeDisplay(seconds) {
2929
// =============> write your answer here //0.
3030

3131
// c) What is the return value of pad is called for the first time?
32-
// =============> write your answer here
32+
// =============> write your answer here// "00"
3333

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

0 commit comments

Comments
 (0)