Skip to content

Instantly share code, notes, and snippets.

@skellock
Created June 27, 2016 12:51
Show Gist options
  • Save skellock/edf666388f7fab289bb32e87a4cb4888 to your computer and use it in GitHub Desktop.
Save skellock/edf666388f7fab289bb32e87a4cb4888 to your computer and use it in GitHub Desktop.
// when given a name, it’ll enthusiastically greet them!!!!!
export default (name) => `Hello ${name}!`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment