Array.prototype.includes()
The includes()
method determines whether an array includes a certain value among its entries, returning true
or false
as appropriate.
Last updated
The includes()
method determines whether an array includes a certain value among its entries, returning true
or false
as appropriate.
Last updated