Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created March 5, 2021 14:55
Show Gist options
  • Save NyaGarcia/35170ae4a72ba265ee67a2bdf44b9c8c to your computer and use it in GitHub Desktop.
Save NyaGarcia/35170ae4a72ba265ee67a2bdf44b9c8c to your computer and use it in GitHub Desktop.
Arrow function receiving no parameters
const sayHello = () => "Hello!";
console.log(sayHello());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment