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
/
Arrow functions
What does bind change when applied to an arrow function?
from Arrow functions
Node 24
intermediate
1 min
What does bind change when applied to an arrow function?
It replaces the lexical this and preserves the original identity.
It can preset arguments and returns a new function, but its thisArg does not replace lexical this.
It makes the arrow constructible with new.
It converts the arrow into a prototype method.
Check
Ask AI about this kata
Report an error
next kata
What does this program print?
Predict the output
A new version is available
Reload