Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
hard
JavaScript
this in callbacks vs methods
Single-choice MCQ
What is logged?
function f(a){return this.n+a}\nconsole.log(f.call({n:2},3));