Live data from Hacker News

Ask HN: Best way to learn JavaScript in 2019?

news.ycombinator.com

21–23 of 23 posts

Re: Ask HN: Best way to learn JavaScript in 2019?

#21
Is your knowledge of basic vanilla JS good? If that is the case then I recommend looking at https://babeljs.io/docs/en/learn for a simple overview of the new features in ES6. There are more in depth sites for ES6 but I think the above link covers what you probably are going to use.

Re: Ask HN: Best way to learn JavaScript in 2019?

#22
Go through around 100 exercises on https://freecodecamp.com for the fundamentals, and then maybe 50 or so on https://algodaily.com/challenges for more advanced techniques.

This should take you roughly 100 hours, but afterwards you'll be extremely well suited to start tackling JS libraries and building your own projects.

Post reply on HN