target | {Object} | The target object to be extended |
additionalObjects... | {Object} [optional] | One or more additional objects containing properties to be merged onto the target |
DollarJS (chainable)
$.utils.extend({ abc: 123 }, { abc: 456 }, { def: 789 })
This mutates the target object