A pretty great use-case for Map in JS
JS Map can store anything as a key, but you rarely need more than a number or string there. Here, I discuss a use-case where I needed something more.
It's my blog, kind of
JS Map can store anything as a key, but you rarely need more than a number or string there. Here, I discuss a use-case where I needed something more.