Skip to content

Instantly share code, notes, and snippets.

@raphaelpor
Created December 8, 2016 15:48
Show Gist options
  • Save raphaelpor/bf52e8dcd0ec1727122ec6fdb2834fd6 to your computer and use it in GitHub Desktop.
Save raphaelpor/bf52e8dcd0ec1727122ec6fdb2834fd6 to your computer and use it in GitHub Desktop.
module.exports = (name = 'people') => {
return `Hello, ${name}!`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment