A from-scratch implementation of a HashMap (plus a HashSet as extra credit) in vanilla JavaScript, built with SOLID principles. This project implements a hash map data structure without relying on any ...