Skip to main content

One post tagged with "map"

View All Tags

Javascript series - Understanding array Map and Reduce

· 3 min read
Niko
Software Engineer @ Naver

JavaScript provides a number of built-in array methods that can be used to manipulate arrays in a variety of ways. Two of the most powerful and commonly used methods are map and reduce. In this section, we will explore what these methods do, and how to use them to perform complex operations on arrays of data in JavaScript.