Skip to content

Commit 49fe3af

Browse files
authored
Fix question (e)
1 parent 3372770 commit 49fe3af

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
@@ -30,5 +30,5 @@ function formatTimeDisplay(seconds) {
3030
// d) What is the value assigned to num when pad is called for the last time in this program? Explain your answer
3131
// =============> write your answer here
3232

33-
// e) What is the return value assigned to num when pad is called for the last time in this program? Explain your answer
33+
// e) What is the return value of pad when it is called for the last time in this program? Explain your answer
3434
// =============> write your answer here

0 commit comments

Comments
 (0)