Retired

Pluck data from Wikipedia lists (retired)

Description:

Don't you just love Wikipedia lists?

In this Kata, you'll write a function that extracts pieces of data and stores them in an Array.

The function will accept two parameters:

  1. data An Array of Objects
  2. property A String representing the property from which to pluck data

An Array should be returned, containing the value extracted for each Object contained in the data Array.

See the Test Cases for examples.

Fundamentals

More By Author:

Check out these other kata created by kendsnyder

Stats:

CreatedJul 17, 2015
Warriors Trained1084
Total Skips94
Total Code Submissions1668
Total Times Completed613
JavaScript Completions613
Total Stars14
% of votes with a positive feedback rating86% of 112
Total "Very Satisfied" Votes84
Total "Somewhat Satisfied" Votes25
Total "Not Satisfied" Votes3
Ad
Contributors
  • kendsnyder Avatar
  • joh_pot Avatar
Ad