I know I could implement the map interface myself ...
# javascript
p
I know I could implement the map interface myself using Object.keys, Object.entries etc. (unless I’m not seeing something) but there surely is a library that already does that, right?