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 3dbdc7f commit 1a7263bCopy full SHA for 1a7263b
Sprint-1/3-mandatory-interpret/1-percentage-change.js
@@ -15,7 +15,7 @@ console.log(`The percentage change is ${percentageChange}`);
15
//There are 5 function calls in this file. On line 4,5 and 10.
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
-//Syntax error on line 5 which has been fixed.
+//Syntax error on line 5 which has been fixed. A comma is missing between the arguments.
19
// c) Identify all the lines that are variable reassignment statements
20
// Lines 4 and 5.
21
// d) Identify all the lines that are variable declarations
0 commit comments