Skip to content

Commit 146122d

Browse files
authored
Removed unnecessary comment about padding
1 parent aed575b commit 146122d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const pounds = paddedPenceNumberString.substring(
1616
paddedPenceNumberString.length - 2
1717
);
1818

19-
// 5. extracts the pence part by taking the last two digits, and pads with trailing zeroes if needed
19+
// 5. extracts the pence part by taking the last two digits
2020
const pence = paddedPenceNumberString.substring(
2121
paddedPenceNumberString.length - 2
2222
);

0 commit comments

Comments
 (0)