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