There was an error while loading. Please reload this page.
1 parent b902425 commit 38f5a35Copy full SHA for 38f5a35
1 file changed
Sprint-3/4-mandatory-interpret/time-format.js
@@ -37,5 +37,5 @@ console.log(formatTimeDisplay(61));
37
// the last time, pad() is called with the remaining seconds which is value 1
38
39
// e) What is the return value of pad when it is called for the last time in this program? Explain your answer
40
-// =============> 1
+// =============> 01
41
// the return value is 1 but as we are using pad would be adding a leading of 0 to become 01
0 commit comments