At the heart of binding, it’s merely a means to control execution scope—Function x executions in the scope of object y. It can be tough to grasp at first, but with the right amount of ninja references, anything can be explained so someone can understand it. What’s my name fool To get a basic understanding of binding, check out this example. var Car = function() { this.name = 'car'; } var Truck = f