How does “this” keyword work within a JavaScript object literal?

Found this article today, How does “this” keyword work within a JavaScript object literal?. It describes various ways of calling a function in javascript, and explains what the ‘this’ context will be in each case.

Leave a Reply