Oddbean new post about | logout
 When comparing objects in JavaScript, developers often encounter unexpected results due to the way objects are referenced in memory. A simple comparison using `===` may not yield the desired outcome, as it only checks for reference equality rather than value equality. In this article, we explore different approaches to object comparison and build a robust solution for detecting changes between objects.

Source: https://dev.to/digitaldrreamer/how-to-compare-diff-two-objects-2ocd