henrylin03 / odin-hashmap

Implement hashmap data structure using vanilla JavaScript (Node) as part of The Odin Project's "Full Stack JavaScript" course.
MIT License
0 stars 0 forks source link

build `keys()` method to return array containing all keys inside the hash map #15

Closed henrylin03 closed 3 months ago

henrylin03 commented 3 months ago

complete #17 first, as #17 essentially does #15 and #16 together