5

My first rant is that I'm finding arrow functions unreadable.

Comments
  • 5
    Depends. If used instead of function (){} then arrow is ok. If used instead of function FuncName (){} then heck no.
  • 5
    Welcome to devrant, i advise you dont try functional languages
  • 1
    I Love it, because this is what i think it shuld be. You get use to the syntax quite fast... However i like:
    (data) => {}
    more than
    data => {}

    The same with let. Finally variabler limited to code blocks. And No wierd var always declared att the start of the Scope... Its declared where i declare it. :-)
Add Comment