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

Alex Flores
Alex Flores
7,864 Points

Are there additional practice problems?

I just finished javascript loops, arrays and objects and I wanted to try more problems. Does Treehouse provide additional practice problems? Or does anyone know a good site that does?

2 Answers

Treehouse has a great number of JavaScript-based courses. If you're wondering if there are additional resources to practice loops, arrays, and objects specifically, I can say two things: You will get plenty of practice with these programming concepts if you move onto some of the more advanced JavaScript courses. You can also find tutorials on Udemy, Codeshool, and Codecademy (but Treehouse is quite a bit better, in my opinion).

I would REALLY suggest setting up a GitHub account in the near future and trying to create and refine a project (either alone or with a couple other people). The lessons at Treehouse provide a lot of information...but I think the bulk of learning will come from you being forced to find solutions to problems that pertain to some personal project.

Alex Flores
Alex Flores
7,864 Points

Thanks James. Getting a GitHub account is definitely on my to-do list. I'm just going with the motions of the Front-end Web Developer track. So once I finish the GitHub I'll get an account.

Mark VonGyer
Mark VonGyer
21,239 Points

One thing you might find is a good way to practice is to come up with a game/ mini application idea and try to create it. You will have to use the elements you have learnt and possibly overcome additional problems. I used to learn something new, then create a game in that area. You could make a simple web-page game using loops, arrays and objects.

Alex Flores
Alex Flores
7,864 Points

Ya, I'm finishing up a pretty basic website right now, but after this one I'm moving on to a more complex ecommerce site. So I'm hoping I'll be able to use more JS there. Thanks for the suggestion!