Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created August 8, 2011 03:15
Show Gist options
  • Select an option

  • Save aaronpowell/1131148 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/1131148 to your computer and use it in GitHub Desktop.
Q5 - It's all how you type?
function x() {
console.log(typeof this);
return this;
}
console.log(x.call(2) === 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment