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 Object-Oriented JavaScript (2015) Practice Project Quiz Prototype

Kasia Ekiert
PLUS
Kasia Ekiert
Courses Plus Student 13,248 Points

constructives, prototypes and object literals?

Do you have any good materials - maybe articles/ebooks etc to better understand or practise how to use constructives, prototypes and object laterals??

2 Answers

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

I am a fan of Kyle Simpson's You don't know JS series.

u dunno js

John Resig's (creator of jQuery) Secrets of the JavaScript Ninja, 2nd edition is another good read, but it aims more toward intermediate~advanced audience.

ninja

If you're interested on only free resources, JSbooks keeps a comprehensive list.

Thomas Nilsen
Thomas Nilsen
14,957 Points

Also - Kyle Simpson has this really awesome course here

Granted - It is pretty advanced, but you will learn a lot regardless.