-
-
Notifications
You must be signed in to change notification settings - Fork 3
function_extend
Wesley de Groot edited this page Jul 31, 2018
·
28 revisions
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
v1.0.0 Final
Merge the contents of two or more objects together into the first object.
This function is for the Command Line Interface and Websites!
Type | @var | Description | Required |
object | object | Wrapper | Required |
bool | [deep] | Deep? | Optional |
object | object | Object1 | Required |
object | object | Object2 | Required |
_.extend(true, {apple:0, chicken:{weight:52, price:100}, cherry:97},{chicken:{price:200}, durian:100})
object
Back to function list
© Wesley de Groot • CC-BY 4.0 • WDGWV