DEV Community

Discussion on: An Introduction to ES6 Template Literals

Collapse
 
aleksacami profile image
AleksaCami

I really have to ask.. What is the point of the arrow function syntax? It just over complicates things for the people that are used to the basic JS syntax.

Collapse
 
sarah_chima profile image
Sarah Chima

Hi Aleksa, I used to feel arrow functions are complicated until I learned about them. Here's a good guide to help you understand arrow functions. dev.to/sarah_chima/arrow-functions...