Skip to content

Commit 3154748

Browse files
committed
correcting answers using mentors feedback
1 parent 852b8fe commit 3154748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sprint-1/3-mandatory-interpret/1-percentage-change.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ console.log(`The percentage change is ${percentageChange}`);
1212
// Read the code and then answer the questions below
1313

1414
// a) How many function calls are there in this file? Write down all the lines where a function call is made
15-
// There are three function call in this file it is on line 4,5 and 10.
15+
// There are five function call in this file it is on line 4 and 5 two times which is replacing the comma and changing the string to the number and on line 10.
1616

1717
// 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?
1818
// The error is coming from line 5 and it is because it miss a comma between two argument.

0 commit comments

Comments
 (0)