Skip to content

Commit 46f9c56

Browse files
committed
Edited the string "00"
1 parent 2cfbda1 commit 46f9c56

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

2929
// c) What is the return value of pad is called for the first time?
30-
// =============> 00
30+
// =============> "00"
3131

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

0 commit comments

Comments
 (0)