What is the best approach in learning Javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

7th Aug 2018, 4:19 AM
Luqman Bello
Luqman Bello - avatar
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.
7th Aug 2018, 9:43 AM
Alexander Genin
Alexander Genin - avatar
+ 4
I recommend SOLOLEARN's Javascript course and then start challenging others
7th Aug 2018, 8:40 PM
Mahmoud Ali Mohammed
Mahmoud Ali Mohammed - avatar
+ 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.
8th Aug 2018, 1:53 AM
Oluwaseun Shaydus Oni
Oluwaseun Shaydus Oni - avatar
10th Aug 2018, 4:18 AM
Luqman Bello
Luqman Bello - avatar
+ 3
I learned on making games on JS canvas.
7th Aug 2018, 6:57 AM
Jacob
Jacob - avatar
+ 3
Try learning the basics of Sololearn's HTML first. Then you will be able to understand more of the JS tutorial.
8th Aug 2018, 8:34 AM
Marvin Lee
Marvin Lee - avatar
+ 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.
10th Aug 2018, 5:33 AM
Marvin Lee
Marvin Lee - avatar