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 trialdylan jasper
1,928 Pointsprototype based programming
I was wondering if any courses here touch on the details of prototype based programming. I've been learning javascript (which is prototype based) and would like to learn more about prototypes.
1 Answer
Logan R
22,989 PointsAre you looking for something like this?
https://teamtreehouse.com/library/objectoriented-javascript
What you'll learn:
* Create your own objects with methods
* Use constructors
* Creating prototypes
* Use prototypal inheritance
dylan jasper
1,928 Pointsdylan jasper
1,928 PointsThat looks promising, thanks!