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 jQuery Basics (2014) Creating a Simple Drawing Application Perform: Part 2

It slid past me the first dozen times I watched this video.

Andrew called his function changeColor() a method. And he explained that this is so because the function was a method on the window object. I just found that fascination. Especially because he pointed out that some people would be pedantic about this particular use of the term. I also found it fascinating cause I actually understood what he meant... little by little, I'm getting there :D

1 Answer

Steven Parker
Steven Parker
229,732 Points

Assuming your code is running in a browser...

Isn't every function a method of the window object?   :wink:

I would have to suppose, that was Andrews point :D