+ 4
What is the best approach in learning Javascript?
I want to start learning javascript again but Please what's the best way to go through it when self learning.
7 Answers
+ 6
I'd recommend you "javascript.info" site. One of the best places, in my opinion, where you can study JavaScript consistently, get very good explanations and high quality knowledge.
Also recommend you MDN web docs as a handbook and Codewars for practice.
+ 4
I recommend SOLOLEARN's Javascript course and then start challenging others
+ 4
I would try start by building some projects that are of interest to you utilizing the skills that you would like to learn. For JavaScript, having a strong knowledge of JavaScriptâs data types, operators, and data structures should be your goal to start. You can develop your OOP skills by integrating one of your projects with a 3rd party JavaScript API.
+ 4
+ 3
I learned on making games on JS canvas.
+ 3
Try learning the basics of Sololearn's HTML first. Then you will be able to understand more of the JS tutorial.
+ 3
Also, work on small, basic projects after finishing or partially doing the course. It'll let you practice and get better at it. At some point, there will be a part you don't know and then you can learn that by asking and expanding your JS knowledge.