DEV Community

Discussion on: Practical Ways to Write Better JavaScript

Collapse
 
estellechvl profile image
Estelle Chevallier

Hey. Thanks for this article. well explained, and a good reminder :)
I've also started working only with TS now, and I really like it even though sometimes I still find it a bit difficult to define interfaces and types.

Also another really important thing with ES6 is all the array manipulation made possible with reduce, map, filter, etc. Not always easy, but a MUST know I would say !