Skip to content

Commit 38f5a35

Browse files
correcting my answer in line 40 for the time-format.js file
1 parent b902425 commit 38f5a35

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
@@ -37,5 +37,5 @@ console.log(formatTimeDisplay(61));
3737
// the last time, pad() is called with the remaining seconds which is value 1
3838

3939
// e) What is the return value of pad when it is called for the last time in this program? Explain your answer
40-
// =============> 1
40+
// =============> 01
4141
// the return value is 1 but as we are using pad would be adding a leading of 0 to become 01

0 commit comments

Comments
 (0)