Skip to content

Instantly share code, notes, and snippets.

@alejandrolechuga
Created February 7, 2019 04:45
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 alejandrolechuga/4da538b681605a9f3af5d3ea604e331d to your computer and use it in GitHub Desktop.
Save alejandrolechuga/4da538b681605a9f3af5d3ea604e331d to your computer and use it in GitHub Desktop.
function objectCreate(o) {
function Helper() {}
Helper.prototype = o;
return new Helper();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment