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 4ad2494 commit 6ddb568Copy full SHA for 6ddb568
Sprint-1/3-mandatory-interpret/1-percentage-change.js
@@ -12,7 +12,7 @@ console.log(`The percentage change is ${percentageChange}`);
12
// Read the code and then answer the questions below
13
14
// a) How many function calls are there in this file? Write down all the lines where a function call is made
15
-// Answer: 5 in total (on lines 4, 5, and 10)
+// Answer: 6 in total (on lines 4, 5, and 10)
16
17
// 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?
18
// Prediction: it will generate an error. This is because the replaceAll function isn't syntactically correct as there is a comma separator missing
0 commit comments