.update()
Updates the provided key's value with the provided callback.
update(key, updateCallback)
Parameter
Description
key
The target key
updateCallback
Function to call to update the data
Returns
Description
The updated data from the provided key's root
Also allows the use of dot notation:
And even a way to delete a key from the data:
Last updated
Was this helpful?