Skip to content

Instantly share code, notes, and snippets.

@8SheldonS8
Last active March 15, 2016 13:32
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 8SheldonS8/1fe856eb0f4db7f600c8 to your computer and use it in GitHub Desktop.
Save 8SheldonS8/1fe856eb0f4db7f600c8 to your computer and use it in GitHub Desktop.
Test Gist
// I edited this gist after putting it on Wordpress.
function(){
alert('Hello world!');
}
function(greeting){
alert(greeting);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment