Skip to content

Commit 26358ef

Browse files
committed
add missing words
1 parent 23f887a commit 26358ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sprint-2/4-mandatory-interpret/time-format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function formatTimeDisplay(seconds) {
2828
// b) What is the value assigned to num when pad is called for the first time?
2929
// =============> write your answer here
3030

31-
// c) What is the return value of pad is called for the first time?
31+
// c) What is the return value of pad when it is called for the first time?
3232
// =============> write your answer here
3333

3434
// 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)