[n] (cond-> nil ; threaded value starts with nil (falsey) (divisible? 3 n) (str "Fizz") ; if true, adds Fizz to the threaded value (nil) ...
確定! 回上一頁