Published onAugust 7, 2024Closure vs Function in JavaScriptdevjavascriptUnderstanding this will help you avoid subtle memory issues in JavaScript
Published onAugust 4, 2024Subtle memory issues in JavaScript thanks to closuresdevjavascriptI found out that setTimeout can accept more than two arguments
Published onJune 7, 2024How to correctly display a list of languagesdevtypescriptjavascriptMany got this wrong.
Published onMarch 26, 2024Temporal Dead Zone in JavascriptdevjavascriptOr how I learned more about variable declaration in Javascript
Published onFebruary 28, 2024You should start using with and at methods in JavascriptdevjavascriptBecause it's awesome
Published onFebruary 27, 2024Did you know about sparse array in Javascript?devjavascriptI didn't, but now I know