Skip to content

Instantly share code, notes, and snippets.

@mrandyclark
Created October 13, 2011 16:02
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 mrandyclark/1284629 to your computer and use it in GitHub Desktop.
Save mrandyclark/1284629 to your computer and use it in GitHub Desktop.
<script>
function WriteToTheConsole(information) {
console.log(information);
}
$(document).ready(function() {
WriteToTheConsole("hey jackass");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment