I have a simple js-object with string keys and val...
# javascript
p
I have a simple js-object with string keys and values of an “external interface” type. I would like to use some higher-order functions from the stdlib like maxBy on that structure. How do I get there?