[solved] – Question 84994
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
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.
OR