In the last lesson, we talked about what a linked list is and how it works. In this lesson, we'll implement one in JavaScript. Before we create the linked list class, we need to create a node class.