mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): use 'concatenate' instead of 'append' in workshop-pin-extractor (#66143)
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ dashedName: step-15
|
||||
|
||||
The third line of the poem is missing a third word, so the pin is shorter than expected.
|
||||
|
||||
Add an `else` clause that appends a `'0'` to `secret_code` when there are not enough words, so that all lines of the poem are used to find digits.
|
||||
Add an `else` clause that concatenates a `'0'` to `secret_code` when there are not enough words, so that all lines of the poem are used to find digits.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user