kristyh32 / hash-practice-js

JavaScript version of https://github.com/AdaGold/hash-practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hash Table Practice (JavaScript)

See the Ruby version for details.

Installation

This has been tested with node 12.6.0. To install, run

npm i

after cloning this project.

Testing

Run all tests with:

npm test

Feel free to add additional tests and point out if you think they should be in the final project submission.

About

JavaScript version of https://github.com/AdaGold/hash-practice


Languages

Language:JavaScript 100.0%