Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

JavaScript Resources

I think I'm mostly grasping the materials in the Loops and Arrays modules, but I'm having trouble with the challenges where they give you a problem and you have to figure out how to approach it and arrange the codes.

Does anyone have suggestions of resources or techniques to improve this skill: ways to practice, websites, blogs, books?

Thanks for your help.

1 Answer

W3 schools is pretty good at going in depth regarding the basics. I think what really helped me was seeing code written by experienced developers. I would use js plugins and examine their code. I would try and reverse engineer how they were making everything work. I would also try to customize it in order to understand jquery and JavaScript better.

The saying is to never stop coding but it's true. I've been at it for over a year now and I realize every day how much more I have to and want to learn. Things will click and the stuff you think is hard now will be easy. I am still constantly googling things because someone has had the same questions you have.

Thanks so much for the resource, advice, and encouragement, I really appreciate it.