GO BACK
JavaScript Assignments
View on GitHub
Open Console (Ctrl Shift I) to see results
- Filter people from an array of objects with age less than or equal to 25, and make them new objects with
full name and email only
- Add all positive nos in an array
- Capitalize first letter of each word in an array having small-lettered words.