Menu

[solved] – Question 84984

Using JavaScript, Write a function called “getEvenNums” that accepts an array as a parameter and returns an array of only even numbers extracted from the list. Your solution should use the “isEven” function.

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *