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!
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
Saidul Islam
Courses Plus Student 288 PointsGuide Line for JavaScript
@davemcfarland Can you suggest me a path to learn how to build JS web apps using populer JS framework like angulerjs, backbonejs etc. I'm feeling trapped when I'm seeing angulerjs and interactive webpage using JS course on treehouse I'm unable to understand it. Anyone can give their suggestion.
1 Answer

Brian Romine
9,518 PointsLearning MVCs like Angular and Backbone is hard. They require learning a whole new way to structure your code and think about your projects, and I've found it to be much more difficult to come to grips with than JS itself.
I'd say that you should become really familiar with JS, then read up some on MVCs and MVVMs and try to understand their architecture in general, and what they are doing and what they are for. And only then try to tackle one of the frameworks.
Saidul Islam
Courses Plus Student 288 PointsSaidul Islam
Courses Plus Student 288 PointsThanks for your suggestion