Skip to content

Instantly share code, notes, and snippets.

@devnix
Last active July 20, 2016 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devnix/fc390529e74c31fc358d1510c05b3350 to your computer and use it in GitHub Desktop.
Save devnix/fc390529e74c31fc358d1510c05b3350 to your computer and use it in GitHub Desktop.
Javascript strict mode
(function() {
'use strict';
// Your code
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment