Hey everyone and thank you for making the JavaScript community as awesome
as it is. It is only this awesome because it includes you.

```
community.includes(...members) // true
// will be equivalent to
members.every(m => community.includes(m)) // true
```

Is it backwards compatible?

Would you use it?

Any other thoughts, please?
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to