Skip to content

Instantly share code, notes, and snippets.

@atomjar
Created November 14, 2016 17:21
Show Gist options
  • Save atomjar/f9545cd166cffd334caa12c78dd876d3 to your computer and use it in GitHub Desktop.
Save atomjar/f9545cd166cffd334caa12c78dd876d3 to your computer and use it in GitHub Desktop.
function greet (name) {
return `Hello, ${name}`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment