Skip to content

Instantly share code, notes, and snippets.

@rahulbanerjee26
Created July 6, 2022 04:06
Show Gist options
  • Save rahulbanerjee26/c8294a939deeebde28d3afcef65a28e1 to your computer and use it in GitHub Desktop.
Save rahulbanerjee26/c8294a939deeebde28d3afcef65a28e1 to your computer and use it in GitHub Desktop.
const myFunc = name => `Hello, ${name}! `;
const result = myFunc("Rahul");
console.log(result);
// Output: Hello, Rahul!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment