array-reject
`Array.prototype.reject(callback)` return new array which removed value matched condition. :warning: This module extend the global Array.prototype.
`Array.prototype.reject(callback)` return new array which removed value matched condition. :warning: This module extend the global Array.prototype.