1 min read 0 Stop naming functions `fetch()`. 2023-07-26 Hello everybody, this is just a quick PSA. Here goes: STOP NAMING YOUR FUNCTIONS fetch()! Between the Fetch API, and the wide variety of modules…
5 min read 0 How to Cheat in JS Object Manipulation 2023-06-28 Often in JavaScript, we’ve got to manipulate JavaScript Objects in order to serve a purpose. Today I’m going to cover a quick way to cheat…