In Defense of Simple Lodash Functions"Hey, dumb question," the new guy said to me, "Why would you use a library for 'isString'? It's not really more readable"."I'm not sure what you mean," I replied. I hadn't even looked away from my screen yet."It seems like a very easy thing to check....Jan 14, 2024·2 min read
Console.log() all Javascript Events for DOM ElementHave you ever wanted to see all the events from a DOM element? Here's a quick function to have them all show in your console. You can set it to show capturing events (moving down), bubbling events (moving up) and indicate if you only want events orig...Jul 23, 2022·1 min read