1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 05:21:43 +02:00

JavaScript closure explanation (#5298)

This commit is contained in:
Abhay Naik
2024-05-11 01:37:40 +01:00
committed by GitHub
parent 82ccd5c755
commit 7333f1357e

View File

@@ -5,3 +5,4 @@ Function closures are one of the most powerful, yet most misunderstood, concepts
Visit the following resources to learn more:
- [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)