In the mood of JavaScript quiz, let me ask you what’s the result of:

console.log(this === window);

Related posts:

  1. JavaScript closures in brief
  2. How to detect a variable existence in JavaScript?
  3. Writing a jQuery plugin – (part 2). Sample plugin.