Extend the target object by merging the passed arguments into it
The object to be extended or overwritten
The optional number of arguments to be copied
Rest
Extend the target object by merging the passed arguments into it
Param: target
The object to be extended or overwritten
Param: objN
The optional number of arguments to be copied
Returns