Array.removeByValue
Tries to locate element by value in the array and removes it.
Syntax
removeByValue(value)
Parameters
value : Object | - Array top locate
Returns
Returns type:
Object
Removed element or undefined if element was not found
Defined in
Array