Skip to content

Commit 2eb14c0

Browse files
restored the original line of the task
1 parent e6fbc4f commit 2eb14c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Sprint-3/4-mandatory-interpret/time-format.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ console.log(formatTimeDisplay(61));
2929
// b) What is the value assigned to num when pad is called for the first time?
3030
// =============> the value is 0 as the first call for pad was with totalHours
3131

32-
// c) What is the return value of pad is called for the first time?
32+
// c) What is the return value of pad when it is called for the first time?
3333
// =============> "00"
3434

3535
// d) What is the value assigned to num when pad is called for the last time in this program? Explain your answer

0 commit comments

Comments
 (0)