Polyfills for .map(), .filter() and .reduce() in Javascript
What is a polyfill?
Polyfill is a piece of code, that developer expects from a browser to provide natively. If it's not available in the browser, you being a developer, use your logics and implement the solution.
I'll be using Logic's albums as examp...
blog.reeversedev.com6 min read
Bolaji Ayodeji
Software Engineer, Teacher, and Developer Advocate.
This is really insightful, thanks for sharing!