You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last question (4. Decode a card) of exercise instructs us to take every second character and reverse it, although reverse is not required from the actual specs. The provided example SpellboundSteel.decode_card("Wraoir") should returns "Wai" instead of "Warrior".
The text was updated successfully, but these errors were encountered:
The last question (4. Decode a card) of exercise instructs us to take every second character and reverse it, although reverse is not required from the actual specs. The provided example
SpellboundSteel.decode_card("Wraoir")
should returns"Wai"
instead of"Warrior"
.The text was updated successfully, but these errors were encountered: