Skip to content

Instantly share code, notes, and snippets.

@shotastage
Created September 7, 2016 07:37
Show Gist options
  • Save shotastage/06d1183b5dfedf441549893970c0fba8 to your computer and use it in GitHub Desktop.
Save shotastage/06d1183b5dfedf441549893970c0fba8 to your computer and use it in GitHub Desktop.
JavaScript Hello World
console.log("Hello, world!");
// or
alert("Hello, world!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment