|
|
|
|
|
by lvncelot
1778 days ago
|
|
Is it that much worse than, for instance: kvPairs.reduce((acc, [k,v]) => ({...acc, [k]: v}), {})
(Which obviously has nothing to do with the K-Snippet but is the first thing that came to my mind that's equally as symbol-heavy) |
|
Alternatively:
Am I much wrong?