/es-53

Primary LanguageJavaScript

Array Methods - Exercise 53

Create a function called adultFilter that takes in an array of people and returns the ones who are of age.

es-53