What this snippet does
The get trap fires on every property read — use it to add default values, logging, or validation without changing the source object.
Expected output
Alice Property 'missing' not found
Why practise typing this
Typing proxy code builds muscle memory for the symbols and indentation JavaScript uses most, which prose-based typing tests never cover. DevType measures your words per minute and accuracy on this snippet and tracks the individual characters you mistype, so later lessons can target them.
More JavaScript practice
- proxy setProxy · advanced
- proxy loggingProxy · advanced
- proxy schemaProxy · advanced
- let vs constVariables · beginner
- const configVariables · beginner
- const mutationVariables · beginner