I\'m attempting to deep merge 2 objects using this
function merge(object, base){ if (object === base) return object