14
620hun
6y

No matter how many frameworks and supersets I try, I always conclude that nothing beats vanilla JS. ES6 in particular is such a beautiful language, and I love having fine control over what happens under the hood.

When I'm done I can just transpile it to whatever ES version, although it's slowly becoming a non-issue.

Comments
  • 2
    Hell yeah. Also fuck jQuery
  • 3
    I likewise love ES6.
    (Though not as much as Ruby, at least yet.)

    I particularly love how easy destructuring makes things, and that I can use `hash.key` instead of `hash[key]`
Add Comment