Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Last active December 14, 2015 07:49
Show Gist options
  • Save bittersweetryan/5053400 to your computer and use it in GitHub Desktop.
Save bittersweetryan/5053400 to your computer and use it in GitHub Desktop.
var car = (function() {
"use strict";
return Object.preventExtensions(Object.create(null, {}));
}).call(this); //binds this to the global object inside the module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment