.push()
Pushes an element into an array based on the provided key.
push(key, value)
Parameter | Description |
key | The key of the target array |
value | The value to push into the array |
Returns | Description |
The updated data from the provided key's root |
Also allows the use of dot notation:
Last updated