We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed575b commit 146122dCopy full SHA for 146122d
Sprint-1/3-mandatory-interpret/3-to-pounds.js
@@ -16,7 +16,7 @@ const pounds = paddedPenceNumberString.substring(
16
paddedPenceNumberString.length - 2
17
);
18
19
-// 5. extracts the pence part by taking the last two digits, and pads with trailing zeroes if needed
+// 5. extracts the pence part by taking the last two digits
20
const pence = paddedPenceNumberString.substring(
21
22
0 commit comments