#276
higher-order-functions-6
Difficulty: | Basic |
Topics: | functions |
Maps and filters may be combined
(= [10 20 30] (map (fn [x] __) (filter (fn [x] __) [1 2 3 4 5 6 7 8]))) |
Difficulty: | Basic |
Topics: | functions |
(= [10 20 30] (map (fn [x] __) (filter (fn [x] __) [1 2 3 4 5 6 7 8]))) |