Skip to content

Commit 0cf3390

Browse files
committed
yse there 5, one in console.log
1 parent 6c7a0b7 commit 0cf3390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ console.log(`The percentage change is ${percentageChange} %`);
1515

1616
// a) How many function calls are there in this file? Write down all the lines where a function call is made
1717

18-
/*There are four function calls in total: two in the line
18+
/*There are 5 function calls in total: two in the line, and another on in console log
1919
2020
carPrice = Number(carPrice.replaceAll(",", ""));
2121

0 commit comments

Comments
 (0)