7 kyu
Find the anonymous function
699 of 2,040matt c
Description:
Find the anonymous function in the array
Find the anonymous function in the given array and use the function to filter the arrayInput
Your input. First Parameter will be an array with an anonymous function somewhere in the lot, The second Parameter will be an array which you will filter using the anonymous function you find.Output
Your output. Output a filtered version of the second parameter using the function found in the first parameter.Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
Fundamentals
Similar Kata:
Stats:
Created | Jul 11, 2015 |
Published | Jul 11, 2015 |
Warriors Trained | 4205 |
Total Skips | 304 |
Total Code Submissions | 6020 |
Total Times Completed | 2040 |
JavaScript Completions | 1207 |
Python Completions | 699 |
Ruby Completions | 142 |
CoffeeScript Completions | 16 |
Haskell Completions | 59 |
Factor Completions | 9 |
Total Stars | 42 |
% of votes with a positive feedback rating | 91% of 315 |
Total "Very Satisfied" Votes | 264 |
Total "Somewhat Satisfied" Votes | 45 |
Total "Not Satisfied" Votes | 6 |