Skip to content

Instantly share code, notes, and snippets.

@pedrogk
Forked from egrueter-dev/js-clases-2.js
Created July 2, 2016 23:01
Show Gist options
  • Save pedrogk/3bcff533da986225b86fb6008a45e443 to your computer and use it in GitHub Desktop.
Save pedrogk/3bcff533da986225b86fb6008a45e443 to your computer and use it in GitHub Desktop.
var o = {
a: 2,
m: function(b){
return this.a + 1;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment