DEV Community

How can I understand JS?

Bebe Zi on September 21, 2020

So I have been learning JS for a little over a week. I have been using W3Schools, FreeCodeCamp, and YouTube tutorials, and StackOverFlow, and of co...
Collapse
 
micahlt profile image
Micah Lindley

Hi there! Of course W3 is quite useful. However, if you're looking for more in-depth explanations check out the MDN Docs. They're officially sponsored by Mozilla which makes them reliable and always up-to-date. If you're trying to get more practice, take courses on Codecademy. They're interactive and quite helpful with the basics. And finally, learn by building! If there's a small website or web app you'd like to build, try to build it and do research on the way. I've always found that helpful. Good luck!

Collapse
 
bebezi profile image
Bebe Zi

Thanks so much! I will check them out right now.

Collapse
 
jessecalton profile image
Jesse Calton

Doing the easier coding exercises on sites like HackerRank or CodeWars was pretty helpful. Even if you get stumped, there’s no shame in looking at the solutions!

I also like code-along tutorials just when I’m finding my bearings. It helps just to type stuff out ya know?

Collapse
 
bebezi profile image
Bebe Zi

Awesome! I’ll check those out forsure!

Collapse
 
maulik profile image
Maulik

"You don't know JS" book series I recommend to learn JS throughly

Collapse
 
bebezi profile image
Bebe Zi

Oh that would be great! I like textbooks/books

Collapse
 
ma2web profile image
ma2web

You don't know js book series

Collapse
 
bebezi profile image
Bebe Zi

Okai thanks! I will deffs check out and start working through those challenges!

Yes! I use VSC and I know how to link CSSand JS files to an HTML file.
Thanks for the tips

Collapse
 
csulit profile image
Christian Angelo M Sulit

Patience and dedication will get you through. JS MDN is the best to read.

Collapse
 
bebezi profile image
Bebe Zi

Appreciate the encouragement!