Skip to content

Instantly share code, notes, and snippets.

@devnix
Last active July 20, 2016 21:16
Show Gist options
  • Select an option

  • Save devnix/fc390529e74c31fc358d1510c05b3350 to your computer and use it in GitHub Desktop.

Select an option

Save devnix/fc390529e74c31fc358d1510c05b3350 to your computer and use it in GitHub Desktop.

Revisions

  1. devnix renamed this gist Jul 20, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. devnix created this gist Jul 20, 2016.
    5 changes: 5 additions & 0 deletions Javascript strict mode
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    (function() {
    'use strict';

    // Your code
    })();