When used alone, the owner is the Global object, so this refers to the Global object. In a browser window the Global object is
[object Window]:
var x = this;
x // [object Window]
by Luka Tatarishvili
4 years ago
JavaScript
objects
0
Pro tip: use ```triple backticks around text``` to write in code fences