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
Get step-by-step solutions from verified subject matter experts
