From 62a2b34b38117f31a8a6c5725ef16c5a6ff25c30 Mon Sep 17 00:00:00 2001 From: Selva Muthu Kumaran Boopalan <86711942+selvamuthukumaran1@users.noreply.github.com> Date: Sat, 11 May 2024 02:45:53 +0530 Subject: [PATCH] Add resource (#5068) javascript-roadmap-hoisting - newvideo-link-added --- .../content/101-javascript-variables/101-hoisting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/javascript/content/101-javascript-variables/101-hoisting.md b/src/data/roadmaps/javascript/content/101-javascript-variables/101-hoisting.md index 9f33e767b..d146eba69 100644 --- a/src/data/roadmaps/javascript/content/101-javascript-variables/101-hoisting.md +++ b/src/data/roadmaps/javascript/content/101-javascript-variables/101-hoisting.md @@ -6,4 +6,5 @@ Visit the following resources to learn more: - [What is Hoisting - MDN Docs](https://developer.mozilla.org/en-US/docs/Glossary/Hoisting) - [JavaScript Hoisting](https://www.geeksforgeeks.org/javascript-hoisting/) -- [Understanding hoisting ](https://www.digitalocean.com/community/tutorials/understanding-hoisting-in-javascript) \ No newline at end of file +- [Understanding hoisting ](https://www.digitalocean.com/community/tutorials/understanding-hoisting-in-javascript) +- [Learn JavaScript Hoisting In 5 Minutes](https://www.youtube.com/watch?v=EvfRXyKa_GI)