Please enable JavaScript.
Coggle requires JavaScript to display documents.
JavaScript (Closures (Frequently used for (Object data privacy (Privileged…
JavaScript
Closures
-
-
-
What is?
Combination of a function bundled together (enclosed) with references to its surrounding state (lexical environment).
-
-
-
OOP
-
-
-
Abstraction
-
-
-
Data
Could be stored in a different way, access is the same.
-
-