7 kyu
Sort with Arrow Functions
4,095 of 4,168matt c
Description:
Order People by age Using Arrow Function
Sort and Order people by their age using Arrow FunctionsTask
Your task is to order a list containg people objects by age using the new Javascript Arrow FunctionsInput
Input will be a valid array with People objects containing an Age and NameOutput
Output will be a valid sorted array with People objects sorted by Age in ascending orderReference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
Fundamentals
Sorting
Language Features
Arrays
Similar Kata:
Stats:
Created | Jul 10, 2015 |
Published | Jul 10, 2015 |
Warriors Trained | 7126 |
Total Skips | 904 |
Total Code Submissions | 10149 |
Total Times Completed | 4168 |
JavaScript Completions | 4095 |
Total Stars | 48 |
% of votes with a positive feedback rating | 89% of 414 |
Total "Very Satisfied" Votes | 336 |
Total "Somewhat Satisfied" Votes | 64 |
Total "Not Satisfied" Votes | 14 |