Skip to content

Instantly share code, notes, and snippets.

@develar
Created February 26, 2015 07:13
Show Gist options
  • Save develar/0e54bf802e79bc22f2b5 to your computer and use it in GitHub Desktop.
Save develar/0e54bf802e79bc22f2b5 to your computer and use it in GitHub Desktop.
(function (exports, require, module, __filename, __dirname) { (function() {
var myArray = [1, 2, 3];
console.log(myArray.length);
})();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment