Files
30-seconds-of-code/node_modules/polyfill-array-includes

Polyfill Array.prototype.includes

This is a polyfill for the Array.prototype.includes method based on the code from MDN.