Skip to content

Eishta/javascript-polyfills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript-polyfills

  1. Currying
  2. Debouncing
  3. Throttling
  4. Random
  5. Memoization
  6. Array Methods- map, filter, forEach, reduce, find, concat
    • map
    • filter
    • reduce
    • forEach
    • find
    • concat
  7. deepFreeze Object
  8. How to implement fetch in Node env without using the browser's fetch API
  9. Promise.all
  10. Redux Implementation in Vanilla JS
  11. Array.flat
  12. startsWith
  13. String.includes
  14. Promise.race
  15. Promise.allSettled
  16. Promise.any
  17. Custom Promise without then chaining
  18. Custom Promise with then chaining
  19. SetTimeOut
  20. SetInterval
  21. requestIdleCallback
  22. querySelectorAll
  23. call, bind and apply
  24. LRU cache

About

This repository holds the polyfills for javascript methods and concepts mostly asked in interviews.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors