About 6 results
Open links in new tab
  1. 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 …

  2. Get better at JavaScript - IJSJES

    Get better at JavaScript

  3. Design patterns - IJSJES

    Design patterns - IJSJES ... IJSJES

  4. the memory problem of immutability - IJSJES

    Oct 25, 2022 · Immutability produces slow and memory intensive code, but the fix is easy

  5. 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 …

  6. 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 …