Skip to content

Commit 5180272

Browse files
Committing the ans to c) for 4-mandatory interpret
1 parent 011292b commit 5180272

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ console.log(formatTimeDisplay(61));
3030

3131
// c) What is the return value of pad is called for the first time?
3232
// =============> write your answer here
33+
// The return value of pad for its first call is "00"
3334

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

0 commit comments

Comments
 (0)