Skip to content

Instantly share code, notes, and snippets.

@codeangler
Created May 21, 2016 03:08
Show Gist options
  • Save codeangler/1f74a6a2be3d2cb5cce7cda99c5cb6ef to your computer and use it in GitHub Desktop.
Save codeangler/1f74a6a2be3d2cb5cce7cda99c5cb6ef to your computer and use it in GitHub Desktop.
https://repl.it/CT42/0 created by codeangler
function showName () {
console.log("Casey Burnett")
}
showName()
Native Browser JavaScript
Casey Burnett
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment