CHALLENGE BRIEF
Brief
A JSON customizer recursively merges user input into a fresh object. Reach inherited priority without supplying a top-level priority property.
Objective
Make a blank object report priority = rush, then recover the generated flag.
- Input
- JSON object
- Success
- ({}).priority === "rush"
- Attack surface
- prototype chain
