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.
2 parents 6f10d48 + 49fe3af commit d2d31baCopy full SHA for d2d31ba
Sprint-2/4-mandatory-interpret/time-format.js
@@ -28,4 +28,4 @@ function formatTimeDisplay(seconds) {
28
// =============> 1. The last pad call is pad(remainingSeconds), and with 61 seconds input, remainingSeconds = 61 % 60 = 1
29
30
// e) What is the return value of pad when it is called for the last time in this program? Explain your answer
31
-// =============> "01". pad(1) calls toString() to get "1", then padStart(2, "0") pads it to "01"
+// =============> "01". pad(1) calls toString() to get "1", then padStart(2, "0") pads it to "01"
0 commit comments