Skip to content

Instantly share code, notes, and snippets.

@abhinavdhasmana
Last active March 28, 2017 05:38
Show Gist options
  • Save abhinavdhasmana/6dc133b9a21be48401d6e29c5b114513 to your computer and use it in GitHub Desktop.
Save abhinavdhasmana/6dc133b9a21be48401d6e29c5b114513 to your computer and use it in GitHub Desktop.
'use strict';
function whoAmI() {
console.log(this);
}
whoAmI();
// Output => undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment