1 min read 0 General Stop naming functions `fetch()`. manchicken 2023-07-26 Hello everybody, this is just a quick PSA. Here goes: STOP NAMING YOUR FUNCTIONS fetch()! Between the Fetch API, and…
5 min read 0 Programming How to Cheat in JS Object Manipulation manchicken 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…