Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
medium
JavaScript
object destructuring
Single-choice MCQ
Which describes the output?
function f(x="hi"){return x}\nconsole.log(f(undefined));