Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
hard
JavaScript
this-binding spec edge cases
Single-choice MCQ
1 views
What is the output?
/* in module */ const f=()=>arguments; f();