Break Maps and Sets
๐จโ๐ผ Great work! You used
Map for fast lookups and Set for unique values.You learned:
- ๐งญ
Mapfor key/value storage with any key type - ๐งน
Setfor deduplicating values - ๐ Converting between arrays and sets/maps
These tools are perfect when objects and arrays don't fit the job.
Test Your Knowledge
Retrieval practice helps solidify learning by actively recalling information. Use this prompt with your AI assistant to quiz yourself on what you've learned.
Please quiz me on exercise 7 using the epicshop MCP server. Call the get_quiz_instructions tool with exerciseNumber "7" to get the quiz instructions, then quiz me one question at a time.