Skip to content

Commit 356bd08

Browse files
add comment sign to my earlier answer
1 parent 4f030b8 commit 356bd08

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
@@ -26,7 +26,7 @@ function formatTimeDisplay(seconds) {
2626
// Call formatTimeDisplay with an input of 61, now answer the following:
2727

2828
// b) What is the value assigned to num when pad is called for the first time?
29-
// =============> write your answer here 0.
29+
// =============> write your answer here //0.
3030

3131
// c) What is the return value of pad is called for the first time?
3232
// =============> write your answer here

0 commit comments

Comments
 (0)