Skip to content

Instantly share code, notes, and snippets.

@mrandyclark
Created October 13, 2011 16:02
Show Gist options
  • 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