- javascriptJavaScript closures and IIFEsTwo interview favorites: closures for functional patterns, and IIFEs for isolating scope.
- javascriptHow JavaScript hoisting actually worksvar, let, const, and function declarations behave differently when used before they appear in code.
- javascriptValue, reference, and scope in JavaScriptThe first building blocks of a “master JS” series: how data is passed and where variables live.
- javascript21 JavaScript concepts to masterA checklist of fundamentals every JS developer should understand and practice.