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 8913624 commit e6fd262Copy full SHA for e6fd262
Sprint-2/4-mandatory-interpret/time-format.js
@@ -25,10 +25,10 @@ console.log(formatTimeDisplay(61)); // This line is inserted only to test the fu
25
26
// b) What is the value assigned to num when pad is called for the first time?
27
// =============> write your answer here
28
-//61
+//0
29
// c) What is the return value of pad is called for the first time?
30
31
-//0
+//00
32
// d) What is the value assigned to num when pad is called for the last time in this program? Explain your answer
33
34
/*
0 commit comments