Array.map() Method in JavaScript ?

Hello, guys today we are covering one of the most important topic.
Today we are learning map() method, so let’s start today’s article.

? Article Content
• What is Array.map() method ?
• Syntax of Array.map() method ?
• Use of Array.map() method ?
•…

Hello, guys today we are covering one of the most important topic.
Today we are learning map() method, so let’s start today’s article.

? Article Content
• What is Array.map() method ?
• Syntax of Array.map() method ?
• Use of Array.map() method ?
• Example of Array.map() method ?
• Explanation of example

? What is Array.map() method ?
=> The map() method is used for array transformation. It takes another custom function as an argument and on each array item applies that function.

? Syntax of Array.map() method ?
=> syntax

? Use of Array.map() method ?
=> Map() method used to iterate over an all array item one by one and apply function on each array items.

? Example of Array.map() method
=> See following image
Example

? Explanation
=> As shown above image we need an array with some values. That’s why I am created an array and it’s name is ‘arr’ and stored [1,2,3,4,5] this values.

Now I am using map() method to increase every array item by one.

I used map() method and pass a function and this function takes one argument and this argument hold all the array items.

When this method call all array items iterate one by one and apply function. When array item ‘1’ is pass through a map() method it’s simply increment by 1.

? Map() method take a function which will be arrows function or normal Js function.

? This method works like a loop and it’s similar to for and forEach.

? Thank you for reading….


Print Share Comment Cite Upload Translate
APA
Shubham Jadhav | Sciencx (2024-03-29T11:12:02+00:00) » Array.map() Method in JavaScript ?. Retrieved from https://www.scien.cx/2021/09/20/array-map-method-in-javascript-%f0%9f%9a%80/.
MLA
" » Array.map() Method in JavaScript ?." Shubham Jadhav | Sciencx - Monday September 20, 2021, https://www.scien.cx/2021/09/20/array-map-method-in-javascript-%f0%9f%9a%80/
HARVARD
Shubham Jadhav | Sciencx Monday September 20, 2021 » Array.map() Method in JavaScript ?., viewed 2024-03-29T11:12:02+00:00,<https://www.scien.cx/2021/09/20/array-map-method-in-javascript-%f0%9f%9a%80/>
VANCOUVER
Shubham Jadhav | Sciencx - » Array.map() Method in JavaScript ?. [Internet]. [Accessed 2024-03-29T11:12:02+00:00]. Available from: https://www.scien.cx/2021/09/20/array-map-method-in-javascript-%f0%9f%9a%80/
CHICAGO
" » Array.map() Method in JavaScript ?." Shubham Jadhav | Sciencx - Accessed 2024-03-29T11:12:02+00:00. https://www.scien.cx/2021/09/20/array-map-method-in-javascript-%f0%9f%9a%80/
IEEE
" » Array.map() Method in JavaScript ?." Shubham Jadhav | Sciencx [Online]. Available: https://www.scien.cx/2021/09/20/array-map-method-in-javascript-%f0%9f%9a%80/. [Accessed: 2024-03-29T11:12:02+00:00]
rf:citation
» Array.map() Method in JavaScript ? | Shubham Jadhav | Sciencx | https://www.scien.cx/2021/09/20/array-map-method-in-javascript-%f0%9f%9a%80/ | 2024-03-29T11:12:02+00:00
https://github.com/addpipe/simple-recorderjs-demo