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 8d1f060 commit a06d532Copy full SHA for a06d532
1 file changed
Sprint-2/4-mandatory-interpret/time-format.js
@@ -28,7 +28,7 @@ console.log(formatTimeDisplay(61));
28
// =============> write your answer here:"00"
29
30
// d) What is the value assigned to num when pad is called for the last time in this program? Explain your answer
31
-// =============> write your answer here: pad(00):pad(01):pad(01) because it will take the value of totalHours,remainingMinutes,remainingSeconds.
+// =============> write your answer here: 1 because remainingSeconds of the return value is the last time pad will be called for console.
32
33
// e) What is the return value assigned to num when pad is called for the last time in this program? Explain your answer
34
-// =============> write your answer here: the return value will be 1 because 61 seconds has 1 second left after converting to minutes.
+// =============> write your answer here: the return value will be "01" because 61 seconds has 1 second left after converting to minutes.
0 commit comments