Skip to content

Commit feeeaa7

Browse files
cyfcyf
authored andcommitted
push and pull to update the changes
1 parent 9e446cc commit feeeaa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ d) The variable declarations are on lines 1 and 2, where carPrice and priceAfter
3434
e) The purpose of the expression Number(carPrice.replaceAll(",", "")) is to convert a string representation of a number (with commas as thousands separators) into an actual number that can be used in mathematical operations.
3535
3636
Generally, the purpose of this expression is to convert a string representation of a number (with commas as thousands separators) into a actual number that can be used in mathematical operations.
37-
*/
37+
*/

0 commit comments

Comments
 (0)