Hacker News new | ask | show | jobs
by brobdingnag_pp 725 days ago
Beware of a gotcha here: object keys are tested for strict equality and not deep equality, in other words add/get must use the same object instance and not just an object with the same keys/values