Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 289 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 289 Bytes

Stacks and Queues Practice (JavaScript)

See the Ruby version for details.

Installation

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

npm i

after cloning this project.

Testing

Run all tests with:

npm test