Status of Array.prototype.contains

# David Bruant (11 years ago)

In the latest draft, I see String.prototype.contains, but no Array.prototype.contains

I see something about a no-brainer here esdiscuss/2011-December/019108 I haven't found a bug on bugs.ecmascript or a mention in the meeting notes. Or was it superseded by .find?

... or is introducing it risking to break half of the web?

Might be useful to put an end to the ~arr.indexOf tricks