Skip to content

Instantly share code, notes, and snippets.

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