DEV Community

Discussion on: How I started Using ES6 Modules in Node JS

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

Ok. I know I can, but why? What's the benefit?

Collapse
 
chrisachinga profile image
Chris Achinga

Es6 new syntax makes the code shorter and more readable. Like you'll write more for less, that's of you love the DRY principal. It alsp gives you more control over the program you creating.