There was an error while loading. Please reload this page.
1 parent f35bfdc commit 3a5af8cCopy full SHA for 3a5af8c
1 file changed
Sprint-2/3-mandatory-interpret/1-percentage-change.js
@@ -21,7 +21,8 @@ console.log(`The percentage change is ${percentageChange}`);
21
//Line 5
22
//Number(...)
23
24
-//Line 9 ,console.log
+//priceAfterOneYear.replaceAll(",", "")
25
+//Line 10 ,console.log
26
27
// 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?
28
//error:line 5,SyntaxError: missing ) after argument list,missing a comma between the two arguments.
0 commit comments