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?

Report an error