Skip to content

Instantly share code, notes, and snippets.

@tpowell
Created January 24, 2013 03:42
Show Gist options
  • Save tpowell/4617459 to your computer and use it in GitHub Desktop.
Save tpowell/4617459 to your computer and use it in GitHub Desktop.
function doAlert(s) {
alert("I am doing an alert and it says " + s);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment