What is the best way to learn JavaScript?

Kennysplash

Active member
Staff member
Learning things like functions, variables, arrays, objects etc, there are a lot of terms. Should newbies learn these words first or just go into programming already?

What is the best way to get started?
 
Well, you don't need to read about these things before you read about programming. Here is the best approach to start.
Pick one programming language, I will suggest you to go with python initially as it is very easy to learn and code. In starting learn from reputed community and youtube and you can also take free courses.

Thanks
 
Well, you don't need to read about these things before you read about programming. Here is the best approach to start.
Pick one programming language, I will suggest you to go with python initially as it is very easy to learn and code. In starting learn from reputed community and youtube and you can also take free courses.

Thanks
I agree with you. It's better to start with one and get better at before thinking about getting into others. Taking on too many languages at once is going to be too much.
 
Well, you don't need to read about these things before you read about programming. Here is the best approach to start.
Pick one programming language, I will suggest you to go with python initially as it is very easy to learn and code. In starting learn from reputed community and youtube and you can also take free courses.

Thanks
That’s a good point you have there. Instead of juggling about three or four first of all stick to one and understand it. That way you can move to another one.
 
Newbies don’t need to memorize every term before they start or try to start from every niche. The best way is to choose the one that can work for them and learn the concepts.

Following a beginner friendly tutorials on YouTube or other educational platforms will help them alot.
 
Newbies don’t need to memorize every term before they start or try to start from every niche. The best way is to choose the one that can work for them and learn the concepts.

Following a beginner friendly tutorials on YouTube or other educational platforms will help them alot.
Many people actually sleep on YouTube if you ask me. There is a whole lot of content there that can get you started on programming in general.
 
Back
Top