Implement hashmap data structure using vanilla JavaScript (Node) as part of The Odin Project's "Full Stack JavaScript" course.
0
stars
0
forks
source link
build `has(key)` method to check if key is in hashmap #10
Closed
henrylin03 closed 3 months ago
has(key) takes a key as an argument and returns true or false based on whether or not the key is in the hash map.