Mariusz Najwer’s Post

#2 Hash Tables in JavaScript: Object, Map and WeakMap JavaScript gives us a few different ways to store and look up key-value data. Object, Map, and WeakMap all solve similar problems, but they do so in slightly different ways. In this article, we’ll look at how each of them works, when to use them, and why Object is often treated as a hash-table-like structure in everyday JavaScript code. Here’s the link to the post: https://lnkd.in/d-YPraiU #javascript #node #interview

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories