News

A library for data structure in JavaScript. Contribute to Bishop92/JavaScript-Data-Structures development by creating an account on GitHub.
NOTE: at this moment this library is the result of some exercises I have been doing to learn about common data structures. I don't make any claims regarding performance or implementation details but ...
We’ll want the users of our data structure to be able to determine which value they want, so we’ll modify our inner function to accept an argument that will determine which value to return.