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 of this snippet?
function f(x="default"){return x}\nconsole.log(f(null));