Tag: binding

Scope and Binding in JavaScript

Function x executions in the scope of object y. var Car = function() { this.name = ‘car’; } var Truck…