anselmh / AMA

Ask me anything!
MIT License
9 stars 0 forks source link

What's your favorite ES2015 feature and why? #11

Closed arthurvr closed 9 years ago

anselmh commented 9 years ago

for … of -> makes array handling so much easier without jQuery
promises -> makes requests much better
modules -> hey, they’re just cool and help you organizing your code.