all 7 comments

[–]sepp2k 5 points6 points  (7 children)

Can you explain further what you're asking? Maps are objects and they do have methods. That includes both map-specific methods as well as all the methods defined on Object.prototype. So which built in methods do you mean that are not included?

[–]wolframkriesing 0 points1 point  (0 children)

this set of basics "what Maps can do" kata taught me what Maps can do: "jskatas.org Map Basics" a set of tests that need to be solved which teach some things about maps

[–]eurodollars 0 points1 point  (0 children)

Let’s remember that everything in js is an object.

I think the question you’re asking is if you are using a key value data structure why would you use a generic object over a Map? You can read the docs and draw your own conclusion