Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardJavaScriptobject destructuringSingle-choice MCQ

Which is the output?

const o={a:"a"}; console.log(o?.a);