Implement a simple hashmap ## Checklist - [ ] implementation - [ ] tests - [ ] jsdoc ## Specifics - default size is base2 divisible - getValue - setValue - use a common hash implementation - resize? - hash any type? ## Notes <!-- (optional) compile useful notes from the comments here --> ## References - [How To Implement A Hash Table - Youtube](linkurl) - link description
Implement a simple hashmap
Checklist
Specifics
Notes
References