1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

chore: add resource under javascript:javascript-variables:scopes

This commit is contained in:
roadmap bot
2023-06-20 15:15:44 +01:00
parent fbb6def555
commit 03ec7ebcd9

View File

@@ -13,3 +13,5 @@ Block Scope: A block is any part of JavaScript code bounded by '{}'. Variables d
Visit the following resources to learn more:
- [JavaScript Scope](https://www.w3schools.com/js/js_scope.asp)
- [javascript scope](https://wesbos.com/javascript/03-the-tricky-bits/scope)
- [Understanding Global Local Function Block Scope](https://www.youtube.com/watch?v=_e96w6ivhng)