Shivaraj Bakale
Shivaraj .dev
About Projects Contact
Visit Blog
About Projects Contact Blog
Javascript

Javascript Articles

Dive into JavaScript fundamentals, ES6+ features, async programming, and advanced concepts to level up your JS skills.

Back to all posts
⭐

Popular Javascript Articles

Featured
Comprehensive Guide: Implementing Polyfills for Array.map(), Array.filter(), and Array.reduce() Methods
Javascript

Comprehensive Guide: Implementing Polyfills for Array.map(), Array.filter(), and Array.reduce() Methods

Polyfills are used to add functionality to older browsers that do not natively support certain JavaScript methods. In this blog, we provide polyfills for three array methods: `Array.map`, `Array.filter`, and `Array.reduce`. Let's go through each of them and see how they work.

5 min read Read
📚

All Javascript Articles

1 posts
Comprehensive Guide: Implementing Polyfills for Array.map(), Array.filter(), and Array.reduce() Methods
Javascript

Comprehensive Guide: Implementing Polyfills for Array.map(), Array.filter(), and Array.reduce() Methods

Polyfills are used to add functionality to older browsers that do not natively support certain JavaScript methods. In this blog, we provide polyfills for three array methods: `Array.map`, `Array.filter`, and `Array.reduce`. Let's go through each of them and see how they work.

07 Oct 23 5 min
Read more
© 2025 Shivaraj Bakale 😎. All rights reserved.