How to Make a Linked List Using Javascript

Aziz Booker
4 min readMar 17, 2021

Everything you need to know make linked lists using javascript

Photo by Karine Avetisyan on Unsplash

First off, If you don't know what a linked list is I recommend you read my article 4 Data Structures Every Developer Should Know for a quick refresher. Essentially a linked list is a data structure similar to an array in that it is a linear data structure but instead is made up of separate objects called nodes which data and a…

--

--

Aziz Booker

Writing everything from Poetry to Coding Tutorials