Functional JavaScript: Traversing Trees with a Recursive Reduce
Trees come up a lot in web development. More than you would expect, anyway. For most of my web development career, I haven’t needed many complicated data structures. And tricky algorithms don't come up that often either. Things like linked lists and ...
jrsinclair.hashnode.dev
Jake Grane
Very useful article! Thanks!