Retired
Pluck data from Wikipedia lists (retired)
613kendsnyder
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:
data
An Array of Objectsproperty
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
Similar Kata:
Stats:
Created | Jul 17, 2015 |
Warriors Trained | 1084 |
Total Skips | 94 |
Total Code Submissions | 1668 |
Total Times Completed | 613 |
JavaScript Completions | 613 |
Total Stars | 14 |
% of votes with a positive feedback rating | 86% of 112 |
Total "Very Satisfied" Votes | 84 |
Total "Somewhat Satisfied" Votes | 25 |
Total "Not Satisfied" Votes | 3 |