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
Srinath Kattula
1,574 PointsI would like to learn advanced JS like closures, lambda functions, using bind, call, apply with functions, DOM
Are there any tracks, courses for this. I had a look but could not find any. If not, it would be great with a course for this. I would like to deep dive into it. Any response is greatly appreciated. Thanks.
2 Answers
Colton Ehrman
Courses Plus Student 5,859 PointsI'm not sure if they are available, but checkout the courses Object-Oriented JavaScript and Understanding "this" in JavaScript. Other than that, I don't see any courses that would have the material you're looking for.
Anthony c
20,907 PointsThis is the best resource that I have found:
https://github.com/getify/You-Dont-Know-JS
You Don't Know JS (book series) This is a series of books diving deep into the core mechanisms of the JavaScript language.