Files
30-seconds-of-code/node_modules/polyfill-array-includes/README.md
2019-08-20 15:52:05 +02:00

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).