DEV Community

Faria Waseer
Faria Waseer

Posted on

Which is your best tutorial or website to learn javaScript?

Oldest comments (29)

Collapse
 
dimitarstbc profile image
Dimitar Stoev

I would say the Mozilla docs ans javascript.info.

That's all you need basically.

Don't fall into the trap with the tutorials. Check a few to get started, but move to real projects as soon as possible!

Collapse
 
fairywsr profile image
Faria Waseer

I will try to follow this pattern 👍

Collapse
 
amtins profile image
André
Collapse
 
pequenodharma1 profile image
Tiago Nunes

Good piece of advice right here

Collapse
 
devash98 profile image
Ashique Billa Molla

I haven't taken a full course on JS, on whichever topic I face issue I google it and append the keyword freecodecamp.org or dev.to and 💥 I get well written understandable articles. Also javascript mdn docs are very good resources.

Collapse
 
fairywsr profile image
Faria Waseer

👍

Collapse
 
dianale profile image
Diana Le

For me I used a combination of resources. A lot of this will depend on your learning style, whether you learn best from watching videos or building your own things.

When I was starting out, Wes Bos's course was great for teaching the fundamentals and context: beginnerjavascript.com/. This is a paid course but he has the notes for free: wesbos.com/javascript. This goes into advanced topics as well, and you won't have to use EVERYTHING when you first start out, but the way he explains things was very easy for me to understand.

Afterwards I started doing the exercises on freecodecamp.org/learn/ and started building my own mini-projects.

I also highly recommend Scrimba which is interactive, meaning you can pause the video and write your own code in the same window and test. I have a paid subscription but you can try out the free courses: scrimba.com/learn/learnjavascript

Collapse
 
rukundob451 profile image
Benjamin Rukundo

These are really awesome resources indeed. Everyone should give a try.

Collapse
 
diek profile image
diek

Codelearn on mobile :)

Collapse
 
diek profile image
diek

Codelearn and advent of code are awesome too

Collapse
 
fairywsr profile image
Faria Waseer

Thanks For sharing 😊

Collapse
 
amin_gholami profile image
Amin Gholamisani

Codecademy.com

Collapse
 
raguay profile image
Richard Guay

The best place to learn coding is stackoverflow.com. You see peoples problems and so many people help to solve it. You can see different ways to attack the same problem which helps you to code better.

Collapse
 
mrwilbroad profile image
wilbroad mark

Follow audereka on YouTube, hope you won’t feel inferior

Collapse
 
tqbit profile image
tq-bit

Brad Traversy's Youtube channel. Taught me all the basics and more about Javascript / Typescript development.

Especially charming due to the project character of the tutorials. There's theory, but usually the videos cut to the chase very quickly.

Collapse
 
akarachen profile image
AkaraChen

javascript.info and Mozilla Web docs

Collapse
 
alco profile image
Jakub Stibůrek • Edited

No borimg videos but practical try-it-yourself course. learnjavascript.online

Collapse
 
fairywsr profile image
Faria Waseer

Really Useful Tip It helps a lot👍