
About IJSJES - IJSJES
About IJSJES IJSJES is a blog to accelerate learning for beginner and intermediate-level engineers that write JavaScript. What a silly name! Yes. IJsjes is the Dutch word for popsicles. It’s pronounced kind …
Get better at JavaScript - IJSJES
Get better at JavaScript
Design patterns - IJSJES
Design patterns - IJSJES ... IJSJES
the memory problem of immutability - IJSJES
Oct 25, 2022 · Immutability produces slow and memory intensive code, but the fix is easy
What makes JavaScript so popular - IJSJES
Aug 6, 2022 · JavaScript is an immensely popular language. In fact, according to Stack Overflow’s 2022 Developer Survey, it ranks first! TypeScript, a superset of JavaScript, isn’t far behind. What makes …
3 methods to run code conditionally without if-statements - IJSJES
Aug 3, 2022 · In every codebase, we have conditions in which we want to run or skip code. Conventionally, if…else-statements are one of the first things we learn in JavaScript, specifically to …