Skip to content

Instantly share code, notes, and snippets.

@itjustwerks
Last active January 22, 2016 17:42
Show Gist options
  • Save itjustwerks/e4c321373e5e6b069163 to your computer and use it in GitHub Desktop.
Save itjustwerks/e4c321373e5e6b069163 to your computer and use it in GitHub Desktop.
A test Gist
//This is a comment
function(me) {
var something = "no";
something = "yes"; //Updated
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment