UNPKG

@derekjwilliams/linkedstack

Version:

Simple Linked Stack; using a functional approach

9 lines (5 loc) 305 B
# 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