Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
medium
JavaScript
primitives and typeof
Single-choice MCQ
What is the output?
const o=null;\nconsole.log(o.x);