Skip to content

Instantly share code, notes, and snippets.

@rdsimes
Created December 12, 2012 00:54
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 rdsimes/4263873 to your computer and use it in GitHub Desktop.
Save rdsimes/4263873 to your computer and use it in GitHub Desktop.
// testing out gists
(function(){
var i = 9;
i += 3;
console.log(i);
}());
@rdsimes
Copy link
Author

rdsimes commented Dec 12, 2012

that doesn't do much?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment