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 trialJair Stre
6,074 PointsWanting to learn AngularJS, what do I need first?
Hi guys! I'm interested in learning AngularJS to help a friend with a project, but my coding background is limited. Which components do I absolutely need learn first to be competent enough to tackle Treehouse's AngularJS track? Will they teach me what I need to know in this track? Or do I need to do HTML/CSS and/or Java before the material in the AngularJS section will make sense to me? (This question is particularly for Team Treehouse staff - who know what the contents of the AngularJS section are) Thanks guys!
1 Answer
Dan Oswalt
23,438 PointsTake Javascript first (Javascipt is not Java, very different). AngularJS is a Javascript framework that manipulates the HTML in a pretty surprising way (at least it was surprising to me). At least have a general understanding of HTML/Css and the DOM.
The track will assume basic Javascript and HTML knowledge before starting.
Jair Stre
6,074 PointsJair Stre
6,074 PointsThanks Dan, appreciate it!