In Javascript there is no notion of
associative array, there are objects
The only way to merge two objects is
to loop for their properties and
copy pointers to their values that
are not primitive types and values
for primitive types to another
instance