Skip to content

Commit 98e7a51

Browse files
author
JorvanW
committed
updated answer to include "arguments"
1 parent c3ffe0e commit 98e7a51

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
@@ -15,7 +15,7 @@ console.log(`The percentage change is ${percentageChange}`);
1515
//There are 5 function calls on lines 4,5,7,8 and 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?
18-
//Line 5 Column 60 was missing a ',' to separate the fuction.
18+
//Line 5 Column 60 was missing a comma between the arguments to separate the fuction.
1919

2020
// c) Identify all the lines that are variable reassignment statements
2121
//LInes 4 and 5 are variable reassignment statements.

0 commit comments

Comments
 (0)