There was an error while loading. Please reload this page.
1 parent e6fbc4f commit 2eb14c0Copy full SHA for 2eb14c0
1 file changed
Sprint-3/4-mandatory-interpret/time-format.js
@@ -29,7 +29,7 @@ console.log(formatTimeDisplay(61));
29
// b) What is the value assigned to num when pad is called for the first time?
30
// =============> the value is 0 as the first call for pad was with totalHours
31
32
-// c) What is the return value of pad is called for the first time?
+// c) What is the return value of pad when it is called for the first time?
33
// =============> "00"
34
35
// d) What is the value assigned to num when pad is called for the last time in this program? Explain your answer
0 commit comments