+ 2
What is the difference between map and filter
Map and filter
1 ответ
+ 6
Additional comment to swim's explanation:
For both, filter and map, functions are used. These can be built-in functions, user defined functions or lambda functions.
Map and filter