Understanding Closures In Javascript - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Understanding Closures In Javascript (828 Views)
1 Reply
| Understanding Closures In Javascript by skptricks(op): 1:32pm On Jan 10, 2019 |
Source : Understanding closures in JavaScript [img]https://2.bp..com/-CSfsC2igXTw/XB34fvCZXsI/AAAAAAAACRc/kVlEM5pojJcoTFEUgCPAQ-UGfJFefnmoQCLcBGAs/s640/closure.png[/img] What is a closure? A closure is a feature in JavaScript where an inner function has access to the outer (enclosing) function’s variables — a scope chain. The closure has three scope chains: it has access to its own scope — variables defined between its curly brackets it has access to the outer function’s variables it has access to the global variables When to use Closure? Closure is useful in hiding implementation detail in JavaScript. In other words, it can be useful to create private variables or functions. |
Understand Javascript Closures • How To Retrieve Data From An Api Using Fetch Api In Javascript • How Do I Convert Object To Arrey In Javascript • 2 • 3 • 4
Php And Module Developer Needed • PHP Web Developer • What Does 1 Million Factorial Look Like?