Skip to content

Instantly share code, notes, and snippets.

@yamankatby
Created October 1, 2019 08:52
Show Gist options
  • Save yamankatby/a5cb526820baf56c98e59c56ac6e7346 to your computer and use it in GitHub Desktop.
Save yamankatby/a5cb526820baf56c98e59c56ac6e7346 to your computer and use it in GitHub Desktop.
const sayHello = (name = "Yeni Kullanıcı") => "Merhaba " + name + "!";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment