I just used Array.prototype.every() and Array.prototype.some() for the first time in production code... ever? I'm sure I could have used them earlier in my career but I always forget they exist. Anyway they are useful functions and I'm glad they're there