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)