Skip to content

Commit 8d1f060

Browse files
committed
correcting the answer of the question
1 parent 3af98be commit 8d1f060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-2/4-mandatory-interpret/time-format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ console.log(formatTimeDisplay(61));
3131
// =============> write your answer here: pad(00):pad(01):pad(01) because it will take the value of totalHours,remainingMinutes,remainingSeconds.
3232

3333
// 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.
34+
// =============> write your answer here: the return value will be 1 because 61 seconds has 1 second left after converting to minutes.

0 commit comments

Comments
 (0)