Finds and returns the differences between two objects a and b.
a
b
Optional
The first object to compare.
The second object to compare.
An object containing the differences between a and b, or undefined if b is null or undefined.
Finds and returns the differences between two objects
a
andb
.