javascriptDebounce and Throttle in JavascriptUnderstand what is debounce, throttle functions do and how to implement it from scratch.
javascriptJavascript Runtime Environment and Event LoopExplain about different components of Javascript runtime environment
All about Javascript functionsDeeply understand about "this" pointer in different scenarios, compare arrow function vs regular function, closure, ...
javascriptAbout Hoisting in JavascriptUnderstand about hoisting and how it behave in different cases.