Skip to content

Commit 0a4c587

Browse files
committed
Add 2p example
1 parent 095f72d commit 0a4c587

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ console.log(convertPenceToPounds("299p"));
2424
console.log(convertPenceToPounds("499p"));
2525
console.log(convertPenceToPounds("25p"));
2626
console.log(convertPenceToPounds("79p"));
27+
console.log(convertPenceToPounds("2p"));
28+
2729

2830

2931

0 commit comments

Comments
 (0)