Skip to content

Instantly share code, notes, and snippets.

@saghul
Created August 29, 2019 19:43
Show Gist options
  • Save saghul/bbf3e585a567f1bc1e60181c45a1f890 to your computer and use it in GitHub Desktop.
Save saghul/bbf3e585a567f1bc1e60181c45a1f890 to your computer and use it in GitHub Desktop.
Greeter
export function greet(who) {
console.log(`hello ${who}!`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment