There was an error while loading. Please reload this page.
1 parent e6a26fd commit 4f42d5dCopy full SHA for 4f42d5d
1 file changed
Sprint-2/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
-// 4, 5, 8
+// 4(2), 5(2), 10
16
// 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?
17
// It was a syntax error, it can be fixed by adding the missing part (1 of 2 parentheses)
18
// c) Identify all the lines that are variable reassignment statements
0 commit comments