https://github.com/letsdeepchat/leetcode-30-days-of-javascript-programming
A closure in JavaScript occurs when a function "remembers" its lexical scope (the variables and functions that were in scope at the time it was created), even if it's executed outside that scope.
https://github.com/letsdeepchat/leetcode-30-days-of-javascript-programming
closure closure-leetcode deepak-chaudhari deepak14ri javascript-closures leetcode leetcode-closure leetcode-javascript-solutions leetcode-solutions
Last synced: 2 months ago
JSON representation
A closure in JavaScript occurs when a function "remembers" its lexical scope (the variables and functions that were in scope at the time it was created), even if it's executed outside that scope.
- Host: GitHub
- URL: https://github.com/letsdeepchat/leetcode-30-days-of-javascript-programming
- Owner: letsdeepchat
- Created: 2023-09-06T17:07:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T15:33:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T15:41:33.977Z (4 months ago)
- Topics: closure, closure-leetcode, deepak-chaudhari, deepak14ri, javascript-closures, leetcode, leetcode-closure, leetcode-javascript-solutions, leetcode-solutions
- Homepage: https://deepak14ri.github.io/Closure-LeetCode-Programming/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode-30-Days-of-JavaScript-Programming
