Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardJavaScriptthis in callbacks vs methodsSingle-choice MCQ

What is logged?

function f(a){return this.n+a}\nconsole.log(f.call({n:2},3));