+| Required | callback | Function with 3 arguments (element, index, array) |
+| Optional | thisArg | Value of *this* while executing callback |
-**Return:** A new array that contains all the values for which the callback function returns true. If the callback function returns false for all elements of array1, the length of the new array is 0.
+**Return:** A new array that contains all the values for which the callback function returns true. If the callback function returns false for all elements of arr, the length of the new array is 0.
0 comments on commit
4927eae