Skip to content

Instantly share code, notes, and snippets.

@tomjakubowski
Created October 21, 2013 03:06
Show Gist options
  • Save tomjakubowski/7078088 to your computer and use it in GitHub Desktop.
Save tomjakubowski/7078088 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>strict mode example</title>
</head>
<body>
<script src="script.js"></script>
</body>
</html>
(function () {
"use strict";
foo = "bar";
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment