Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/neetcode-gh/leetcode
/ 0706-design-hashmap.js
File
0706-design-hashmap.js
javascript/0706-design-hashmap.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
MyHashMap =
function
() {
2
this.map =
new
Map();
3
};
4
Callers
nothing calls this directly
Calls
2
set
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected