We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486e599 commit 04fc458Copy full SHA for 04fc458
Sprint-2/4-mandatory-interpret/time-format.js
@@ -17,7 +17,7 @@ function formatTimeDisplay(seconds) {
17
// Questions
18
19
// 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.
+// =============> pad is called 3 times — once each for hours, for minutes and for seconds.
21
22
23
// Call formatTimeDisplay with an input of 61, now answer the following:
0 commit comments