5 hours later…
05:36
@Parking Master
Not recommended.
JSON.stringify({a: 1, b: undefined}) === JSON.stringify({a: 1, b: function() {}}) will return true. If you really want to compare content, use either Lodash or maybe even a custom solution. JSON.stringify is probably OK if you're doing something quick in the console, but it isn't meant for object comparison. 06:02
« first day (5525 days earlier) ← previous day