Skip to content

Commit 2c58925

Browse files
committed
formatting using prettier
1 parent c4c751f commit 2c58925

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
@@ -29,7 +29,7 @@ console.log(`The percentage change is ${percentageChange}`);
2929

3030
// d) Identify all the lines that are variable declarations
3131
// the lines that are variable declarations: -line 1 -line 2 -line 7 -line 8
32-
32+
//
3333
// e) Describe what the expression Number(carPrice.replaceAll(",","")) is doing - what is the purpose of this expression?
3434
// the expression calls the replace method to replace the comma with empty string
3535
// converting the new string to a number to be able to perform math operations

0 commit comments

Comments
 (0)