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
Given `function read() { return this.name }`, what does `read.call({ name: "Lin" })` retu…
from JavaScript
beginner
1 min
Given `function read() { return this.name }`, what does `read.call({ name: "Lin" })` return?
`"Lin"`
`undefined`, because detached functions cannot receive `this`
The function object itself
Check
Ask AI about this kata
Report an error
previous kata
How does an arrow function obtain `this`?
Quiz
next kata
Where are methods declared in a class body normally stored for instances to share?
Fill in
A new version is available
Reload