Write an arrow function where it will do the following:
-
It will take an array where the array elements will be the name of your friends
-
Check if the length of each element is even, push elements with even length to a new array and return the result Print the result.