DEV Community

Discussion on: Basic Functional Programming Patterns in JavaScript

Collapse
 
nestedsoftware profile image
Nested Software • Edited

It's really gratifying to get a comment like this, thank you! Like a lot of things, the spread and rest syntax can be abused, but I do rather like it for these kinds of situations.

Collapse
 
sinewalker profile image
Mike Lockhart

Oh! Rest Params! Like in lisps, but also applicable to sequences. That's so neat. The syntax is nicer than I've seen in elisp, scheme, and clojure too. I'm intrigued