Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavaScript== vs equalsSingle-choice MCQ

What is the result?

function f({x="a"}={}){return x}\nconsole.log(f());