Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardJavaScriptthis-binding spec edge casesSingle-choice MCQ

What is the output?

"use strict"; function f(a){arguments[0]=6; return a;}\nconsole.log(f(5));