Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 224 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 224 Bytes

Y5

Display the youngest 5 users with valid phone numbers sorted alphabetically by name

Assumptions:

  • Service always returns unique users
  • User data may go on forever

Running:

  1. npm install
  2. npm start