7 kyu
filterEvenLengthWords
808 of 2,0910xjgv
Description:
Given an array of strings, write a function that returns an array containing only the elements of the given array whose length is an even number.
Example
["One", "Two", "Three", "Four"] --> ["Four"]
Fundamentals
Stats:
Created | Jun 30, 2017 |
Published | Jun 30, 2017 |
Warriors Trained | 2326 |
Total Skips | 19 |
Total Code Submissions | 3280 |
Total Times Completed | 2091 |
JavaScript Completions | 1261 |
Crystal Completions | 12 |
Ruby Completions | 92 |
Python Completions | 808 |
Total Stars | 15 |
% of votes with a positive feedback rating | 94% of 669 |
Total "Very Satisfied" Votes | 596 |
Total "Somewhat Satisfied" Votes | 62 |
Total "Not Satisfied" Votes | 11 |
Total Rank Assessments | 53 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |