Ask HN: What's the best resource for existing programmers to learn JavaScript?

7 points by whitepoplar ↗ HN

8 comments

[ 0.22 ms ] story [ 32.9 ms ] thread
(comment deleted)
Mate, "learn JS" is a little too vague. There is A LOT in the JS world so you need to narrow down your focus. It depends on what youre doing but reading docs, youtube, udemy, blogs, freecodecamp, theodinproject. all great resources.
I liked Wes Boss’ js for beginners course. My favorite part was that he was basically trying out the concept and showing how the language works by experimentation.

I have written a lot of JS but this approach brought needed clarity about the inner workings of the language.