closures.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [closures]

www.codever.land/bookmarks/t/closures

Closures - JavaScript | MDN

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Closures

A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives you access to an oute...


JavaScript: bind function

http://krasimirtsonev.com/blog/article/JavaScript-bind-function-setting-a-scope

The this keyword is always important in JavaScript. I'll admit that it took me some time to actually understand how it works. You know, sometimes JavaScript is all about the scope. Where you are and...


Glossary of Modern JavaScript Concepts: Part 2Button - CloseLearn More

https://auth0.com/blog/glossary-of-modern-javascript-concepts-part-2/

In the first part of the Glossary of Modern JS Concepts series, we learned about functional, reactive, and functional reactive ...