Published onJuly 12, 2022Closures...I am not done yetjavascriptweb-developmentunder-the-hoodMy quest for closures keeps intensifying. Maybe it has nothing to do with Javascript closures but some other kind of closure.
Published onJune 28, 2022Where are my Arrays and Strings ".at"?javascriptweb-developmentunder-the-hoodThe EcmaScript release on June 2022 (ES2022) introduced a new method (.at), it is okay-ish.
Published onJune 28, 2022MutationObserver saved my weekend buildjavascriptweb-developmentunder-the-hoodWhat it is, how it saved me from losing my mind, why you should care.
Published onJune 26, 2022Primitives vs Objects (Value vs Reference)javascriptweb-developmentunder-the-hoodA light look into values and references.