Skip to content

Instantly share code, notes, and snippets.

@dselman
Created April 4, 2019 10:49
Show Gist options
  • Save dselman/27f2bd144965c028668bd10ed830cf8f to your computer and use it in GitHub Desktop.
Save dselman/27f2bd144965c028668bd10ed830cf8f to your computer and use it in GitHub Desktop.
Hello World
// this is a test JS file
const foo = 10;
function helloworld(name) {
return 'Hello ' + name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment