Hot take: I spent a whole weekend trying to make a simple button in JavaScript and it broke my whole page
I was following a tutorial on freeCodeCamp and typed 'document.getElementByID' instead of 'getElementById' (the 'd' is lowercase). The console gave me a weird error about something being null, and I spent like 6 hours checking everything else before I saw it. It taught me that coding is super picky about spelling, way more than I thought. Has anyone else lost a ton of time to a single typo?