Skip to content

Commit b40ee1f

Browse files
committed
Added a stylistic change
1 parent 3f4ddcc commit b40ee1f

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
@@ -27,7 +27,7 @@ console.log(`The percentage change is ${percentageChange}`);
2727
// Reassignment means we change an existing variable's value (no let/const on the line)
2828
// Line 4: carPrice = Number(carPrice.replaceAll(",", ""));
2929
// Line 5: priceAfterOneYear = Number(priceAfterOneYear.replaceAll(",", ""));
30-
// Answer: lines 4 and 5
30+
// Answer: I think lines 4 and 5
3131

3232
// d) Identify all the lines that are variable declarations
3333
// Declarations use let or const

0 commit comments

Comments
 (0)