Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
JavaScript
/
call, apply and bind
What can bind change when its target is an arrow function?
from call, apply and bind
Node 24
intermediate
1 min
What can bind change when its target is an arrow function?
It changes lexical this and makes the arrow constructible.
It changes lexical this but cannot prefill arguments.
It can prefill arguments, but cannot replace lexical this or add construction behavior.
It has no effect and returns the original function object.
Check
Ask AI about this kata
Report an error
previous kata
Which statement correctly distinguishes apply from argument spread?
Quiz
next kata
What happens when new invokes a bound function whose target is constructible?
Quiz
A new version is available
Reload