Linked lists are one of the most popular data structures interviewers ask about in technical interviews. You will probably never have to implement one in a real day to day job, but knowing how to write a linked list and understanding how they work is crucial to passing a technical interview.

On top of covering linked lists in this video, I will also be covering how you can use test driven development to make writing code easier. We will be designing the entirety of the linked list with test driven development to show you how to write better tests.

📚 Materials/References:

GitHub Code: https://github.com/WebDevSimplified/Linked-List

🧠 Concepts Covered:

  • How to do test driven development
  • What a linked list is
  • How to create a linked list
  • How to write proper tests

#javascript #interview-questions #developer #testing

How To Implement Linked Lists With Test Driven Development In JavaScript
2.05 GEEK