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 trialRasheeda Alexander
6,157 PointsI'm having trouble grasping Javascript functions, loops, arrays and objects. Where can I get some additional practice?
No matter how many times I replay the video, I just don't seem to be able to put together a Javascript function or loop condition once I get past the bacics (inserting missing code into a premade code).
Is there anywhere that I can get some additional practice? I'd really like to master JS.
2 Answers
Kristopher Van Sant
Courses Plus Student 18,830 PointsThere are a lot of great resources out there for diving deeper into JavaScript! Treehouse and Codecademy are great but it does help to look elsewhere to get a better understanding of what you're learning. I tend to not like to rely or trust in one resource only, so sometimes I will compare what I learn here to what someone says somewhere else. Sometimes too just hearing or reading how someone else describes something will make what you're learning click better.
Here's just a few resources! Hope they help. :)
https://egghead.io/technologies/js
http://eloquentjavascript.net/ - I've just started this one, from what I've been told it will turn you into a JavaScript Ninja.
https://github.com/getify/You-Dont-Know-JS
https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
Marcus Parsons
15,719 PointsHey Rasheeda,
Loops, functions, objects, and arrays are still a part of the basics of JavaScript, but I constantly recommend this site to get in some very good practice with JavaScript: CodeAcademy.com. Combining that site with Treehouse helped me quite a bit when I was starting out.
Rasheeda Alexander
6,157 PointsThank you! I actually began this course and completely forgot about it. I went back to it and I was able to write a successful while loop. I appreciate the help :)
Marcus Parsons
15,719 PointsMarcus Parsons
15,719 PointsExcellent answer :)
Rasheeda Alexander
6,157 PointsRasheeda Alexander
6,157 PointsOh wow! I'm so glad I asked this question, these resources are more than I could've asked for. I've heard great things about the Eloquent Javascript book so I'll definitely be reading that on my daily commute. Thanks a million!
Kristopher Van Sant
Courses Plus Student 18,830 PointsKristopher Van Sant
Courses Plus Student 18,830 PointsAww, you're welcome!! Happy coding :)