├── Array ├── Concat.md ├── Fill.md ├── Filter.md ├── Find.md ├── Flat.md ├── FlatMap.md ├── ForEach.md ├── Includes.md ├── Join.md ├── Map.md ├── Reduce.md ├── ReduceRight.md ├── Reverse.md └── Split.md ├── Function ├── Apply.md ├── Bind.md └── Call.md ├── Others ├── Debounce.md ├── FetchApi.md ├── FlattenObj.md ├── Memoize.md ├── SetInterval.md ├── SetTimeout.md └── Throttle.md ├── Promise ├── PromiseAll.md ├── PromiseAllSettled.md ├── PromiseAny.md └── PromiseRace.md └── Readme.md /Array/Concat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/Concat.md -------------------------------------------------------------------------------- /Array/Fill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/Fill.md -------------------------------------------------------------------------------- /Array/Filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/Filter.md -------------------------------------------------------------------------------- /Array/Find.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/Find.md -------------------------------------------------------------------------------- /Array/Flat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/Flat.md -------------------------------------------------------------------------------- /Array/FlatMap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/FlatMap.md -------------------------------------------------------------------------------- /Array/ForEach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/ForEach.md -------------------------------------------------------------------------------- /Array/Includes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/Includes.md -------------------------------------------------------------------------------- /Array/Join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/Join.md -------------------------------------------------------------------------------- /Array/Map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/Map.md -------------------------------------------------------------------------------- /Array/Reduce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/Reduce.md -------------------------------------------------------------------------------- /Array/ReduceRight.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/ReduceRight.md -------------------------------------------------------------------------------- /Array/Reverse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/Reverse.md -------------------------------------------------------------------------------- /Array/Split.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Array/Split.md -------------------------------------------------------------------------------- /Function/Apply.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Function/Apply.md -------------------------------------------------------------------------------- /Function/Bind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Function/Bind.md -------------------------------------------------------------------------------- /Function/Call.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Function/Call.md -------------------------------------------------------------------------------- /Others/Debounce.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Others/FetchApi.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Others/FlattenObj.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Others/Memoize.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Others/SetInterval.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Others/SetTimeout.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Others/Throttle.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Promise/PromiseAll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Promise/PromiseAll.md -------------------------------------------------------------------------------- /Promise/PromiseAllSettled.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Promise/PromiseAny.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Promise/PromiseRace.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghoshsuman845/js-polyfills/HEAD/Readme.md --------------------------------------------------------------------------------