# LinkedStack
Simple Linked Stack; using a functional approach
Directly inspired by the code here https://non-traditional.dev/converting-object-oriented-code-to-functional-in-javascript-f3d50cd06d93. He's the best!## Testing
Install mocha globally, `npm install --global mocha` in order to run tests