Polyfill for the The find() method. Returns a value in the array, if an element in the array satisfies the provided testing function. Otherwise undefined is returned
-
Updated
Mar 16, 2018 - JavaScript
Polyfill for the The find() method. Returns a value in the array, if an element in the array satisfies the provided testing function. Otherwise undefined is returned
⚡ ES6 equivalent implimentation in ES5 for old JavaScript engines
A spec-compliant as much as it could be, small, and tested ES6 Symbol implementation.
Polyfill for the The findIndex() method. returns an index in the array, if an element in the array satisfies the provided testing function. Otherwise -1 is returned.
Telegram Bot example in Node.js (ES6/Babel), ready to use with easy configuration steps.
A light weight javascript browser import/export polyfill with swappable backends
Add a description, image, and links to the es6-polyfill topic page so that developers can more easily learn about it.
To associate your repository with the es6-polyfill topic, visit your repo's landing page and select "manage topics."