Signature
path=null start=null
Parameters
- arr:
number[]- The array of numbers to check.
Returns
boolean - True if the array contains at least one even number, false otherwise.
Checks if an array contains an even number.
number[] - The array of numbers to check.boolean - True if the array contains at least one even number, false otherwise.