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 3f4ddcc commit b40ee1fCopy full SHA for b40ee1f
Sprint-1/3-mandatory-interpret/1-percentage-change.js
@@ -27,7 +27,7 @@ console.log(`The percentage change is ${percentageChange}`);
27
// Reassignment means we change an existing variable's value (no let/const on the line)
28
// Line 4: carPrice = Number(carPrice.replaceAll(",", ""));
29
// Line 5: priceAfterOneYear = Number(priceAfterOneYear.replaceAll(",", ""));
30
-// Answer: lines 4 and 5
+// Answer: I think lines 4 and 5
31
32
// d) Identify all the lines that are variable declarations
33
// Declarations use let or const
0 commit comments