Skip to content

Instantly share code, notes, and snippets.

@AliMilani
Created October 28, 2022 10:58
Show Gist options
  • Select an option

  • Save AliMilani/0619987630ad43eec42d2dbe4546e749 to your computer and use it in GitHub Desktop.

Select an option

Save AliMilani/0619987630ad43eec42d2dbe4546e749 to your computer and use it in GitHub Desktop.
module.exports = (to = "World!") => {
console.log(`Hello ${to}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment