There was an error while loading. Please reload this page.
1 parent 4edc770 commit 6517749Copy full SHA for 6517749
1 file changed
Sprint-2/3-mandatory-interpret/1-percentage-change.js
@@ -12,7 +12,7 @@ console.log(`The percentage change is ${percentageChange}`);
12
// Read the code and then answer the questions below
13
14
// a) How many function calls are there in this file? Write down all the lines where a function call is made
15
-//A: 6
+//A: 5
16
//carPrice = Number(carPrice.replaceAll(",", ""));
17
//priceAfterOneYear = Number(priceAfterOneYear.replaceAll("," ""));
18
//console.log(`The percentage change is ${percentageChange}`);
0 commit comments