Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
medium
JavaScript
== vs equals
Single-choice MCQ
What is the result?
function f({x="a"}={}){return x}\nconsole.log(f());