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
rajbee
6,657 PointsFront end developer difficulty levels
Hi !
If I remember correctly, the front end career path has three levels beginner, intermediate and expert. Each level has html, css, js and some other things. Is this correct ? Or is there a single level course in front end path ?
1 Answer
jason chan
31,009 Pointshttps://teamtreehouse.com/tracks/front-end-web-development
all you have to do is complete this track. It's probably one of the best tracks on teamtreehouse. For jquery um.. I think your better off with learning from a book.
rajbee
6,657 Pointsrajbee
6,657 PointsThanks. What would you suggest for Javascript and jQuery ?
Gunhoo Yoon
5,027 PointsGunhoo Yoon
5,027 PointsFor introductory with little programming knowledge you can start with Eloquent JavaScript. This can be little bit challenging if you have no programming background. Also, this book is freely available at online with coding sandbox. So you can try them out first and buy it if you want to support the author. http://eloquentjavascript.net/
If you want to know more about language itself then try JavaScript: the Good Part and 'Professional JavaScript for Web Developers' These are not beginner book though and it more talks about what's happening behind the scene.
None of above talks about JQuery even though they are not too old. But they are really nice to have collection.
I personally didn't like JavaScript: the Definitive Guide due to its sample being way too commenty.