Skip to content

Commit e6fd262

Browse files
committed
Correct answers for questions b) and c) in time-format.js comments
1 parent 8913624 commit e6fd262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ console.log(formatTimeDisplay(61)); // This line is inserted only to test the fu
2525

2626
// b) What is the value assigned to num when pad is called for the first time?
2727
// =============> write your answer here
28-
//61
28+
//0
2929
// c) What is the return value of pad is called for the first time?
3030
// =============> write your answer here
31-
//0
31+
//00
3232
// d) What is the value assigned to num when pad is called for the last time in this program? Explain your answer
3333
// =============> write your answer here
3434
/*

0 commit comments

Comments
 (0)