Skip to content

Instantly share code, notes, and snippets.

@ferditarakci
Created October 7, 2022 21:28
Show Gist options
  • Save ferditarakci/ccf82afce9804b1076d272aaa9e59155 to your computer and use it in GitHub Desktop.
Save ferditarakci/ccf82afce9804b1076d272aaa9e59155 to your computer and use it in GitHub Desktop.
const sayHello = () => "Merhaba";
sayHello();
// output: Merhaba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment