DEV Community

Discussion on: Arrow Functions

Collapse
 
bauripalash profile image
Palash Bauri 👻 • Edited

Const hello = ( ) => alert(‘Hello World!’);

Const should be const

Collapse
 
banesag profile image
Banesa Guaderrama

Hey Palash - Thank you for the catch... I will edit it. Thanks for reading!!!

Banesa