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...
Sep 7, 20196 min read1.4K
