Closed amsul closed 9 years ago
The proposal for a contains method has been changed to includes. So I've updated the method for PowerArrays as well.
contains
includes
PowerArray
Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes
:)
Thanks for that. To make sure the lib doesn't break on users who already adopted contains i will create an alias of includes.
The proposal for a
contains
method has been changed toincludes
. So I've updated the method forPowerArray
s as well.Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes
:)