Skip to content

Commit 4013faf

Browse files
fix: count all function calls including methods (5 total)
1 parent 88000ae commit 4013faf

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-
// a) Lines 4,5,10
15+
// a) 5 functions. Lines 4,5,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
// b) The error on the 5th line. Absence of , between arguments.

0 commit comments

Comments
 (0)