EraCode practice
Map-first lookups with reactive state
Vue.jsintermediateMulti-Part
Summary
Practice using a Map as a reactive data structure for fast lookups, and expose a computed list derived from it.
Problem preview
### Goal Fill **one** missing line so the UI can render a list of names from a reactive . - is a reactive . - must be a computed array of names derived from the Map’s current contents. - Output order…
Attempt this challenge
Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.