#270
higher-order-functions-0
 

Difficulty:Basic
Topics:functions


The map function relates a sequence to another
test not run
(= (quote (__)) (map (fn [x] (* 4 x)) [1 2 3]))


Code which fills in the blank: