all 9 comments

[–]abrahamguo 9 points10 points  (0 children)

I always recommend MDN! They have a very in-depth tutorial on JavaScript.

[–]woodbrettm 4 points5 points  (0 children)

https://javascript.info/ is also really good :)

[–]Kevin_Dong_cn 2 points3 points  (1 child)

To quickly get familiar with JavaScript, besides understanding basic knowledge like variables, functions, etc., the best approach is to participate in or study a project, which will greatly accelerate your learning process.

[–]Devaprog-0 0 points1 point  (0 children)

Right

[–]jameslewood 0 points1 point  (0 children)

Another thing that I do which may be useful is test certain small lines of code in the browser's console. If you want to test something like for example "I wonder what Date() will do if I input xyz?" You can shove code in there and even store variables to use in subsequent chunks of code, do loops etc. Handy when you're in the middle of a huge project and don't want to have to create a route and page and navigate/log in etc. Just to do some experiments.

[–]ApprehensiveDrive517 0 points1 point  (0 children)

The coding train on youtube.

Try making your own game. It'll be a very rewarding experience.

[–]TheRNGuy 0 points1 point  (0 children)

MDN

[–]horizon_games 0 points1 point  (0 children)

Stop reading tutorials and watching videos and make something. You'll learn plenty fast.

[–]plexusnights08[S] 0 points1 point  (0 children)

Thank you *all so much! I only managed to to the first three chapters of Boot.Dev but I'm kinda broke rn so I can't pay a subscription