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 461e977 commit 078e937Copy full SHA for 078e937
Sprint-1/3-mandatory-interpret/1-percentage-change.js
@@ -13,8 +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
-// Function calls are determined by the presence of parentheses "()" after a function name.
17
-// Therefore in this file, there are 6 function calls:
+//There are 4 function calls in this file.
18
19
// 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?
20
0 commit comments