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
/
JavaScript
When reading `object.label`, where does JavaScript look first?
from JavaScript
intermediate
1 min
When reading `object.label`, where does JavaScript look first?
On `object` itself, then along its prototype chain
On `Object.prototype`, then on `object`
Only on the constructor that created `object`
Check
Ask AI about this kata
Report an error
previous kata
A method is passed directly as a callback and loses its receiver. Which narrow change pre…
Quiz
next kata
Name the error class raised when a derived class constructor reads `this` before calling …
Fill in
A new version is available
Reload