DEV Community

Discussion on: What are your fav ES6 features?

Collapse
 
axelledrouge profile image
AxelleDRouge

the one I use the most ? well I don't even think about const and let anymore, I always use them, and then arrow functions too and import and export (I certainly feel when I can't use them)
But my favorite ? the one I use and think "woah thanks es6 for that" it's template literals, so useful, for many things, like styling

Collapse
 
madza profile image
Madza

Template literals and let/const were first features I started to use :)