We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ae183 commit 2daa649Copy full SHA for 2daa649
1 file changed
Sprint-2/4-mandatory-interpret/time-format.js
@@ -18,6 +18,7 @@ function formatTimeDisplay(seconds) {
18
19
// a) When formatTimeDisplay is called how many times will pad be called?
20
// =============> write your answer here
21
+// Pad will be called three times (for hours, minutes and seconds)
22
23
// Call formatTimeDisplay with an input of 61, now answer the following:
24
0 commit comments