Skip to content

Commit 2daa649

Browse files
Committing the answer to a) for 4-mandatory-interpret
1 parent 68ae183 commit 2daa649

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
@@ -18,6 +18,7 @@ function formatTimeDisplay(seconds) {
1818

1919
// a) When formatTimeDisplay is called how many times will pad be called?
2020
// =============> write your answer here
21+
// Pad will be called three times (for hours, minutes and seconds)
2122

2223
// Call formatTimeDisplay with an input of 61, now answer the following:
2324

0 commit comments

Comments
 (0)