Skip to content

Commit 4f42d5d

Browse files
committed
Double check the answers
1 parent e6a26fd commit 4f42d5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Sprint-2/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-
// 4, 5, 8
15+
// 4(2), 5(2), 10
1616
// 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?
1717
// It was a syntax error, it can be fixed by adding the missing part (1 of 2 parentheses)
1818
// c) Identify all the lines that are variable reassignment statements

0 commit comments

Comments
 (0)