Skip to content

Commit 6517749

Browse files
committed
updated the function calls should be 5 in 3-mandatory-interpret 1-percentage-changes.js
1 parent 4edc770 commit 6517749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Sprint-2/3-mandatory-interpret/1-percentage-change.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ console.log(`The percentage change is ${percentageChange}`);
1212
// Read the code and then answer the questions below
1313

1414
// a) How many function calls are there in this file? Write down all the lines where a function call is made
15-
//A: 6
15+
//A: 5
1616
//carPrice = Number(carPrice.replaceAll(",", ""));
1717
//priceAfterOneYear = Number(priceAfterOneYear.replaceAll("," ""));
1818
//console.log(`The percentage change is ${percentageChange}`);

0 commit comments

Comments
 (0)