Skip to content

Instantly share code, notes, and snippets.

@fflorent
Last active January 2, 2016 21:09
Show Gist options
  • Save fflorent/8361536 to your computer and use it in GitHub Desktop.
Save fflorent/8361536 to your computer and use it in GitHub Desktop.
this in global code using strict mode
<html>
<head>
<script>
"use strict";
console.log(this);
</script>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment