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 c4c751f commit 2c58925Copy full SHA for 2c58925
Sprint-1/3-mandatory-interpret/1-percentage-change.js
@@ -29,7 +29,7 @@ console.log(`The percentage change is ${percentageChange}`);
29
30
// d) Identify all the lines that are variable declarations
31
// the lines that are variable declarations: -line 1 -line 2 -line 7 -line 8
32
-
+//
33
// e) Describe what the expression Number(carPrice.replaceAll(",","")) is doing - what is the purpose of this expression?
34
// the expression calls the replace method to replace the comma with empty string
35
// converting the new string to a number to be able to perform math operations
0 commit comments