Skip to content

Commit 4f030b8

Browse files
answere the question on the value assigned to pad when it's called for the first time
1 parent 7ed11f3 commit 4f030b8

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
@@ -26,7 +26,7 @@ function formatTimeDisplay(seconds) {
2626
// Call formatTimeDisplay with an input of 61, now answer the following:
2727

2828
// b) What is the value assigned to num when pad is called for the first time?
29-
// =============> write your answer here
29+
// =============> write your answer here 0.
3030

3131
// c) What is the return value of pad is called for the first time?
3232
// =============> write your answer here

0 commit comments

Comments
 (0)