Skip to content

Instantly share code, notes, and snippets.

@yamankatby
Last active October 1, 2019 10:28
Show Gist options
  • Save yamankatby/98268d0db0c1f1af82e03188acbbae67 to your computer and use it in GitHub Desktop.
Save yamankatby/98268d0db0c1f1af82e03188acbbae67 to your computer and use it in GitHub Desktop.
exports.sayHello = name => `Merhaba ${name}!`;
module.exports = name => `Merhaba ${name}!`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment