in a function, this refers to the Global object [object Window].
function myFunction() {
  return this;
}
by Luka Tatarishvili
4 years ago
JavaScript
objects
0
Pro tip: use ```triple backticks around text``` to write in code fences