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 02ebac8 commit 9e6f846Copy full SHA for 9e6f846
Sprint-1/3-mandatory-interpret/1-percentage-change.js
@@ -13,7 +13,7 @@ console.log(`The percentage change is ${percentageChange}`);
13
14
// a) How many function calls are there in this file? Write down all the lines where a function call is made
15
16
-//There are 4 function calls in this file.
+//There are 5 function/method calls in this file. Lines 4, 5 and 10.
17
18
// b) Run the code and identify the line where the error is coming from - why is this error occurring? How can you fix this problem?
19
0 commit comments