#276
higher-order-functions-6
 

Difficulty:Basic
Topics:functions


Maps and filters may be combined
test not run
(= [10 20 30] (map (fn [x] __) (filter (fn [x] __) [1 2 3 4 5 6 7 8])))


Code which fills in the blank: