Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # JS Fundamentals
  2. ## Closure
  3. A nested function, retains a reference when the function has ended.
  4. Remember that state of a variable declared in the parent's scope.
  5. * Lexical Scope
  6. * Privatises variables declared in the parent scope
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement