Quantcast
Viewing all articles
Browse latest Browse all 10

Javascript `this`

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

Viewing all articles
Browse latest Browse all 10

Trending Articles