unpush()
You can remove an element from an array using with unpush()
Syntax
Path; Path is a string, split with dot and required.
Element; All types are acceptable and required.
Callback; Callback is a function and not required.
Example
Last updated