Skip to content

Instantly share code, notes, and snippets.

@wanted7751
Created February 11, 2019 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wanted7751/fa9d3915af2b0ac8bab46dead8e0da75 to your computer and use it in GitHub Desktop.
Save wanted7751/fa9d3915af2b0ac8bab46dead8e0da75 to your computer and use it in GitHub Desktop.
const sayHello = (name) => {
`Hello ${name} Nice to meet you`
}
console.log(sayHello('minho'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment