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 ba73c23 commit 3bd6823Copy full SHA for 3bd6823
1 file changed
Sprint-1/3-mandatory-interpret/1-percentage-change.js
@@ -12,6 +12,7 @@ console.log(`The percentage change is ${percentageChange}`);
12
13
// a) How many function calls are there in this file? Write down all the lines where a function call is made
14
// Answer to a): There are 4 function calls in this file, which are on the lines 4, 5, 6 and 7 .
15
+//and additionally, there is a function call on line 9, which is the console.log() statement. So 5 function calls in total.
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
// Answer to b): The error is coming from line 5, where coma is missing in "replaceAll()"" function.
0 commit comments