How Can I Learn Javascript Without Relying on Videos or Guides?

0
0
Asked By CuriousCat42 On

Hey everyone! I'm looking to learn Javascript from the ground up. When I say from scratch, I mean I want to be able to code something without constantly checking videos or guides. I've heard a lot of people mention that the best way to learn is by doing rather than just watching tutorials. However, I have a bit of a dilemma: if I'm not using videos or reading guides, how exactly do I become familiar with the different components of Javascript? Any suggestions would be really appreciated!

5 Answers

Answered By CodeNinja123 On

You might want to check out Sololearn; they offer courses specifically for beginners in Javascript and other languages. It's a nice way to start without diving into lengthy tutorials!

Answered By WebDevDude On

MDN (Mozilla Developer Network) has fantastic documentation on Javascript. It’s comprehensive and should help you understand the basics without needing to watch videos. Just dive in!

Answered By Bookworm2023 On

I suggest checking out "Javascript: The Definitive Guide" on Amazon—it's a well-regarded book that can help you get a solid grasp on the language. Good luck!

Answered By LearningLynx On

W3Schools and FreeCodeCamp are awesome resources too! They provide interactive tutorials that can guide you through the basics while allowing you to practice coding at the same time.

Answered By BuilderGal85 On

It's a mix of both! You need to have some basic knowledge first, but the real learning happens when you start building things. Spend some time on the fundamentals, then jump into a project. You'll quickly discover what you need to know, and you can look it up as you go. Free Code Camp has great resources, too. Just remember, the best learning often comes from hands-on experience!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.