Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Created January 20, 2022 18:35
Show Gist options
  • Select an option

  • Save mr-pascal/a3b2e89e786425cd45984540b324e78e to your computer and use it in GitHub Desktop.

Select an option

Save mr-pascal/a3b2e89e786425cd45984540b324e78e to your computer and use it in GitHub Desktop.
module.exports = {
// Adds 'Hello' in front of the input string and returns it
myFunc: (input) => {
return `Hello ${input}`
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment