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
/
this binding
What happens to a bound this when a constructible bound function is called with new?
from this binding
Node 24
advanced
1 min
What happens to a bound this when a constructible bound function is called with new?
The bound object is initialized and returned.
A new receiver is created; bound leading arguments still apply.
new always throws for every bound function.
The call uses undefined as this in strict mode.
Check
Ask AI about this kata
Report an error
previous kata
An arrow created inside a method reads this.id. What does arrow.call(other) do?
Quiz
next kata
What does this program print?
Predict the output
A new version is available
Reload