Deeper

Results 1 issues of Deeper

Docs say `((x, acc) → (y, acc)) → acc → [x] → ([y], acc)`,but ``` var digits = ['1', '2', '3', '4']; var append = (a, b) => [b +...