Skip to content

Commit cac50d0

Browse files
Answered the question of assign value to num when pad was called the last time
1 parent 7fdc864 commit cac50d0

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
@@ -32,7 +32,7 @@ function formatTimeDisplay(seconds) {
3232
// =============> 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
35-
// =============> write your answer here
35+
// =============> write your answer here// 1
3636

3737
// e) What is the return value of pad when it is called for the last time in this program? Explain your answer
3838
// =============> write your answer here

0 commit comments

Comments
 (0)