Skip to content

Instantly share code, notes, and snippets.

@yamankatby
Created October 1, 2019 08:10
Show Gist options
  • Save yamankatby/1c73b2391d59f9dd30ce3010275d9b4a to your computer and use it in GitHub Desktop.
Save yamankatby/1c73b2391d59f9dd30ce3010275d9b4a to your computer and use it in GitHub Desktop.
const sayHello = (name) => {
return "Merhaba, " + name + "!";
};
sayHello("Yaman KATBY"); // 🎉 Hello, Yaman KATBY!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment