Skip to content

Instantly share code, notes, and snippets.

@coltpini
Last active August 1, 2016 01:08
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 coltpini/9418d3445c3044dd297f371b2b985652 to your computer and use it in GitHub Desktop.
Save coltpini/9418d3445c3044dd297f371b2b985652 to your computer and use it in GitHub Desktop.
First stage of my interesting object pattern
let MyObj = {
init(){
let myObj = {};
return myObj;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment