Question: Write a JavaScript function that takes an array A and replaces odd numbers with the value 0 and even numbers with the value 1. You

Write a JavaScript function that takes an array A and replaces odd numbers with the value 0 and even numbers with the value 1. You must use the map method to implement your function. Test your program on the array A = [1,3,4,7,100,412,13,15,20] and output the resulting array to the terminal window. Source File Name: map.js

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!