Please sign in to access this page
A pretty simple implementation of a linked list in JS to learn more about how they work.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I decided to make a linked list in JS to understand more about the underlying data structure. I feel I have a much better understanding of them now under the hood and was able to add most of the methods I wanted to.