JavaScript closure explanation (#5298)

pull/3534/head^2
Abhay Naik 7 months ago committed by GitHub
parent 82ccd5c755
commit 7333f1357e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/data/roadmaps/javascript/content/109-javascript-functions/105-scope-and-function-stack/102-closures.md

@ -5,3 +5,4 @@ Function closures are one of the most powerful, yet most misunderstood, concepts
Visit the following resources to learn more: Visit the following resources to learn more:
- [JavaScript Closures - The Simplest Explanation](https://www.codeguage.com/courses/js/functions-closures) - [JavaScript Closures - The Simplest Explanation](https://www.codeguage.com/courses/js/functions-closures)
- [JavaScript Closures Explained in 3 Minutes](https://medium.com/learning-new-stuff/javascript-closures-explained-in-3-minutes-5aae8dce2014)

Loading…
Cancel
Save