What is `this` in javascript? We’ve talked about scopes and closures, this points to the current scope object. In client side the highest scope is window and in node.js the highest scope is the global objects. Javascript is a pretty … Continue reading
↧