Skip to content

Commit 6f289e8

Browse files
committed
formatting using prettier
1 parent e1ef649 commit 6f289e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sprint-1/3-mandatory-interpret/3-to-pounds.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ console.log(`£${pounds}.${pence}`);
3030
// line 9: using substring method to take only the integer part
3131
// line 14: using substring method to take only the decimal part and padend method to make the minimum length of pence to 2 characters by adding zero to the right
3232
// line 18: calling console function to print the integer part that represents the pound and the decimal part that represents the pence seprated by point
33+
//

0 commit comments

Comments
 (0)