Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardJavaScriptProxy and ReflectSingle-choice MCQ

What is the output?

const o={x:"y"}; console.log(Reflect.get(o,"x"));