From 538e41307c060dbae7d5afdef4be96ac6090c594 Mon Sep 17 00:00:00 2001 From: Selva Muthu Kumaran <86711942+selvamuthukumaran1@users.noreply.github.com> Date: Sat, 26 Aug 2023 00:09:01 +0530 Subject: [PATCH] Fix video link (#4385) javascript\variable\scope\understanding global local function block scope --- .../content/101-javascript-variables/103-scopes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/javascript/content/101-javascript-variables/103-scopes/index.md b/src/data/roadmaps/javascript/content/101-javascript-variables/103-scopes/index.md index 94f3fee23..0c0bac88f 100644 --- a/src/data/roadmaps/javascript/content/101-javascript-variables/103-scopes/index.md +++ b/src/data/roadmaps/javascript/content/101-javascript-variables/103-scopes/index.md @@ -14,4 +14,4 @@ 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) \ No newline at end of file +- [Understanding Global Local Function Block Scope](https://www.youtube.com/watch?v=_E96W6ivHng)