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 3af98be commit 8d1f060Copy full SHA for 8d1f060
Sprint-2/4-mandatory-interpret/time-format.js
@@ -31,4 +31,4 @@ console.log(formatTimeDisplay(61));
31
// =============> write your answer here: pad(00):pad(01):pad(01) because it will take the value of totalHours,remainingMinutes,remainingSeconds.
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 "01" because 61 seconds has 1 second left after converting to minutes.
+// =============> write your answer here: the return value will be 1 because 61 seconds has 1 second left after converting to minutes.
0 commit comments