ECMAScript 6
So, before finishing my JavaScript course I had to take a tutorial on ECMAScript 6. As I was browsing the internet, I saw that a lot of experienced programmers LOVE the changes, ECMAScript 6 had become an institution (not literally :D). JavaScript is my first an only programming language so I don't see what all the fuss is about. So they added "class", big deal :D. Oh wow, we have arrow functions, that's awesome...not. I'm not excited about the changes at all, in fact, the only thing that ES 6 did for me is added more confusion to what I should already know. I almost felt like I'm learning a different programming language. Not to mention the fact that it's gonna be at least another couple of years before it is fully supported. Anyways, should I try to implement the changes with what I already know, anyway, or I should take my time to code without ES 6, until I'm capable of coding something decent and then jump to the deep waters?