Skip to content

Instantly share code, notes, and snippets.

@samfcmc
Created August 23, 2019 21:48
Show Gist options
  • Save samfcmc/f4d989cf0194a016b7c45e18521d93d4 to your computer and use it in GitHub Desktop.
Save samfcmc/f4d989cf0194a016b7c45e18521d93d4 to your computer and use it in GitHub Desktop.
const getMessage = (name) => {
return 'Hello my name is ' + name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment