Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I can see why if you've never used any of the concepts ES6 provides elsewhere.
That said, keep at it and you'll learn to read the shorter, more functional ES6 syntax just as easily (if not more so) as the old equivalent. -
benj8836yJust give it time. Arrow functions become a second nature and it's a lot more readable than a random function () {} inside another function call.
It helps if you write ES6 yourself.
I though that the ternary was just pure evil that somebody at MIT decided to come up with to screw everybody... Now I miss that on Python and other primitive languages that lack that incredibly powerful operator!
ES6 is like a new different language ... Although it seems cool, but I always find ES6 converts the readable code into puzzles you need to solve!
rant