Skip to content

Instantly share code, notes, and snippets.

@weishai
Last active December 15, 2015 00:49
Show Gist options
  • Select an option

  • Save weishai/5175469 to your computer and use it in GitHub Desktop.

Select an option

Save weishai/5175469 to your computer and use it in GitHub Desktop.
test gist
var test = function(){
return 'test success!';
}
var testObj = new test();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment