Skip to content

Commit 73874a4

Browse files
Complete debug analysis for formatTimeDisplay and pad
1 parent 8481cbe commit 73874a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ const pence = paddedPenceNumberString
2222
}
2323
console.log(toPounds("399p"));
2424
console.log(toPounds("10p"));
25-
console.log(toPounds("5p"))
25+
console.log(toPounds("5p"));

0 commit comments

Comments
 (0)