Created
March 5, 2021 14:55
-
-
Save NyaGarcia/35170ae4a72ba265ee67a2bdf44b9c8c to your computer and use it in GitHub Desktop.
Arrow function receiving no parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const sayHello = () => "Hello!"; | |
console.log(sayHello()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment