Is JavaScript.info a Good Starting Point for New Programmers?

0
0
Asked By CuriousCoder88 On

I'm looking to teach myself how to code and while I'm not a total beginner, I've been out of the loop for a while. I can read simple scripts, but I want to dive deeper. I stumbled upon JavaScript.info and it seems to align with my learning style since I prefer text-based resources. I'm planning to complement it with Exercism for hands-on practice. My main concern is whether this site is friendly enough for someone with little programming experience. Can a person really start from scratch and in about 6 months to a year, become proficient at programming? I keep hearing about the MDN documentation and I know it's a great reference, but it seems more like a tool than a structured course. Any thoughts?

4 Answers

Answered By TechnoNerdy On

Definitely, JavaScript.info alongside Exercism is a good beginner combo! JavaScript.info can serve as a simplified introduction to the MDN docs, making it less overwhelming. Just keep in mind some chapters focus on advanced features, so take your time with them.

Answered By ByteSizedSage On

JavaScript is often touted as a great first language to learn coding. It's flexible, and there’s a ton of resources out there. Just keep in mind that learning coding is about developing a mindset for problem-solving, which you're already aware of! So as long as you're focused on that, you'll do great.

Answered By LearningLemon92 On

I think JavaScript.info could be a solid choice, but if you're looking for alternatives, I’d recommend checking out Codecademy as well. I started there myself and it's evolved into a comprehensive resource. But if you feel JavaScript.info fits your style, go for it! You'll get better at spotting good learning resources as you progress.

Answered By FriendlyFrogger On

It's a good place to start, especially if you prefer reading over videos. The text is approachable, and you can always reference MDN if you need more details.

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.