Skip to content

Instantly share code, notes, and snippets.

@fjunior87
Created March 21, 2011 17:51
Show Gist options
  • Save fjunior87/879863 to your computer and use it in GitHub Desktop.
Save fjunior87/879863 to your computer and use it in GitHub Desktop.
MyClass = function(){
this.attribute = 'Hello';
}
var instance = new MyClass();
alert(instance.attribute);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment