10
osmarks
7y

I thought I at least was OK at JavaScript, but today I looked at a tictactoe implementation, and with all the fancy new syntax I have no clue what most of it is doing.

Comments
  • 1
    What weird syntax? Destructuring takes a bit to get used to, but it saves time and is more expressive for me.
    The rest seems fairly straightforward to me
  • 0
    Laracasts has a free, or at least used to, ES6 course set. Go get yourself up to date ;)
Add Comment