Update: I use an array of objects with find() a lot in my code, but your solution has me going back through my code to see where I can replace an array of objects with a simple object, which is more performant. I love being able to learn better ways of coding! I also learned that a Map is a great performer for lookups, especially with large datasets.