-
-
Notifications
You must be signed in to change notification settings - Fork 2
flbeta_function_extend
Wesley de Groot edited this page Oct 26, 2015
·
30 revisions
_
(_)
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
v0.0.7 Beta
Merge the contents of two or more objects together into the first object.
*
@param object object Wrapper
@param bool [deep] Deep?
@param object object Object1
@param object object Object2
@return object
@example _.extend(true,{apple:0,chicken:{weight:52,price:100},cherry:97},{chicken:{price:200},durian:100})
*/
| Type | @var | Description | Required |
[Back to function list](https://github.com/wesdegroot/_.js/wiki/Function%20List%20(Beta))
© Wesley de Groot • CC-BY 4.0 • WDGWV