Skip to main content
โœ๏ธ Code CompletionJS JavaScript Medium+20 XP

Array Method Chain

Complete the chain to get names of adults.

โœ๏ธ Fill in the blank
const adults = people
  .filter(p => p.age >= 18)
  .___((p) => p.name);

โœ๏ธ Type the missing code:

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep