Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lupomontero/9335974 to your computer and use it in GitHub Desktop.
Save lupomontero/9335974 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Test</title>
<script type="text/javascript">
'use strict';
(function () {
console.log('Got here.');
}());
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment