Skip to content

Commit 04fc458

Browse files
committed
practicing
1 parent 486e599 commit 04fc458

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
@@ -17,7 +17,7 @@ function formatTimeDisplay(seconds) {
1717
// Questions
1818

1919
// a) When formatTimeDisplay is called how many times will pad be called?
20-
// =============> pad is called 3 times — once each for hours, for minutes andvfor seconds.
20+
// =============> pad is called 3 times — once each for hours, for minutes and for seconds.
2121

2222

2323
// Call formatTimeDisplay with an input of 61, now answer the following:

0 commit comments

Comments
 (0)