Let's suppose that I have 2 objects that need to be checked if they are equals of each other.
I can do this:
const lodash = require("lodash")
lodash.isEqual(A, B)
So why is converting and then comparing the hash-sha of A and B be any different?
Via Active questions tagged javascript - Stack Overflow https://ift.tt/zv5wiGK
Comments
Post a Comment