I'm about to dive into learning JavaScript and I would love to hear any tips or recommendations on where and how to get started. Any advice or resources would be appreciated!
5 Answers
Definitely check out [The Odin Project](https://www.theodinproject.com/). It covers everything from the basics of JavaScript to more advanced topics like frameworks, which is great, especially if this is your first coding language!
One major tip is to get comfy with Google. You’ll be searching a lot to troubleshoot issues, so learn how to effectively find answers. By the way, you might want to check out this helpful [guide](https://www.reddit.com/r/learnprogramming/comments/61oly8/new_read_me_first/).
Finding a solid course is key! Look for one that fits your learning style, whether that's video lessons, interactive coding, or a mixed approach. Starting with the basics will make all the difference.
You might want to try Scrimba.com! I've found it to be really user-friendly and great for beginners. Plus, they offer interactive coding lessons which make it fun! 😊
If you're looking for a hands-on approach, I highly recommend [Exercism](https://exercism.org/). It provides exercises and mentoring to help you learn the language effectively!
Thanks for the suggestion!