.pull()
Removes all elements with the same value as the provided value from an array based on the provided key.
pull(key, value)
Returns
Description
The updated data from the provided key's root
Also allows the use of dot notation:
Last updated