Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
hard
JavaScript
Proxy and Reflect
Single-choice MCQ
What is the output?
const o={x:"y"}; console.log(Reflect.get(o,"x"));