3 lines
222 B
Markdown
3 lines
222 B
Markdown
## Polyfill Array.prototype.includes
|
|
|
|
This is a polyfill for the Array.prototype.includes method based on the code from [MDN](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/includes). |