Skip to content

Commit 4556717

Browse files
committed
Fix console.log output in toPounds function
1 parent e4821c0 commit 4556717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Sprint-3/3-mandatory-implement/3-to-pounds.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ const pence = paddedPenceNumberString
4343
.padEnd(2, "0");
4444
return `£${pounds}.${pence}`;
4545
}
46-
console.log(toPounds("599554p"))
46+
console.log(toPounds("599p"))

0 commit comments

Comments
 (0)