Skip to content

Commit cb2de15

Browse files
committed
updating the answer
1 parent e03cac5 commit cb2de15

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
@@ -26,7 +26,7 @@ console.log(formatTimeDisplay(61));
2626
// =============> 0
2727

2828
// c) What is the return value of pad is called for the first time?
29-
// =============> 00
29+
// =============> "00"
3030

3131
// d) What is the value assigned to num when pad is called for the last time in this program? Explain your answer
3232
// =============> The leftover second is assigned to num as remainingSEconds 61%60

0 commit comments

Comments
 (0)