GO BACK

JavaScript Assignments

View on GitHub

Open Console (Ctrl Shift I) to see results

  1. 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
  2. Add all positive nos in an array
  3. Capitalize first letter of each word in an array having small-lettered words.