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 3fcb050 commit 2efa343Copy full SHA for 2efa343
1 file changed
Sprint-2/4-mandatory-interpret/time-format.js
@@ -30,7 +30,7 @@ console.log(formatTimeDisplay(61))
30
// =============> the first time pad was called with the totalHours
31
32
// c) What is the return value of pad is called for the first time?
33
-// =============> "0"
+// =============> "00"
34
35
36
// d) What is the value assigned to num when pad is called for the last time in this program? Explain your answer
@@ -39,5 +39,4 @@ console.log(formatTimeDisplay(61))
39
40
// e) What is the return value of pad when it is called for the last time in this program? Explain your answer
41
// =============> "01"
42
-
43
+// the return value is 1 put as we are using pad wouldbe adding leading "0"
0 commit comments