Skip to content

Instantly share code, notes, and snippets.

@jawache
Created March 13, 2016 17:33
Show Gist options
  • Save jawache/a6458763c1038020713b to your computer and use it in GitHub Desktop.
Save jawache/a6458763c1038020713b to your computer and use it in GitHub Desktop.
// What does the below code print out?
"use strict";
(function (){
console.log(this);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment