Create a Map Data Structure - has method (Tip)

Description of has method could be confusing. It should accept a key parameter then return true or false based on the presence of a key

Link to the challenge:
https://learn.freecodecamp.org/coding-interview-prep/data-structures/create-a-map-data-structure

1 Like

That’s a good point. Perhaps you can raise it as an issue ongithub.

I will do that, thanks!