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

Phil Sta
Phil Sta
3,805 Points

Which additional (outside) resources for JS challenges do you recommend?

Hello Treehouse Team,

I am wondering if any of you have any recommendations for resources to practice what we learn here in the JS tracks.

I absolutely loved the additional "Loop challenges" - where can I find more like this?

A few outside resources I checked were quite tricky although they are still marked as beginner (e.g. codewars, coderbyte).

Any tips would be really appreciated.

Cheers

Have you tried CodeAcademy? I've found it to be a good supplement to Treehouse for additional exercises and more in-depth explanations on some topics. https://www.codecademy.com/catalog/language/javascript . There is also http://learn-js.org/ which has some exercises on each main part of JavaScript. I also just go back in a week or so and re-do the Treehouse challenges for extra practice. :)

1 Answer

Brandon Benefield
Brandon Benefield
7,739 Points

This may be out of the norm but generally I stay away from code exercise sites. If you really want to get the hang of JS I would work on creating websites that pay heavy attention to JS. If you really want a challenge, create an entire website using JS and very little HTML.