How to Check Uniqueness in an Array of Objects in JavaScript

from blog Josh Collinsworth, | ↗ original
↗ original
Working with arrays of objects in JavaScript can be difficult. This post covers how to ensure all object keys (IDs) are unique, and how to find non-unique values.