A. maps the elements of another array into itself
/ किसी अन्य ऐरे के एलिमेंट को अपने आप में मैप करता है
B. passes each element of the array and returns the necessary mapped elements
/ ऐरे के प्रत्येक एलिमेंट को पास करता है और आवश्यक मैप किए गए एलिमेंट्स को लौटाता है
C. passes each element of the array on which it is invoked to the function you specify, and returns an array containing the values returned by that function
/ उस ऐरे के प्रत्येक एलिमेंट को पास करता है जिस पर इसे आपके द्वारा निर्दिष्ट फ़ंक्शन पर लागू किया जाता है, और उस फ़ंक्शन द्वारा लौटाए गए मानों वाला एक ऐरे देता है
D. pass the elements of the array into another array
/ ऐरे के एलिमेंट्स को किसी अन्य ऐरे में पास करें