There was an error while loading. Please reload this page.
1 parent e29ee81 commit a675566Copy full SHA for a675566
1 file changed
Sprint-2/3-mandatory-interpret/1-percentage-change.js
@@ -32,4 +32,4 @@ console.log(`The percentage change is ${percentageChange}`);
32
33
// e) Describe what the expression Number(carPrice.replaceAll(",","")) is doing - what is the purpose of this expression?
34
35
-// Answer: ReplaceAll() function clears out all the commas in the strings, the number() converts the strings to numbers to help with calculation
+// Answer: ReplaceAll() function clears out all the commas in the strings, the Number() converts the strings to numbers to help with calculation
0 commit comments