Video Description
A linked list is considered circular if the last node is pointing to the first node. We will be writing program in Javascript to determine a circular linked list. We will be checking the output in case of both non-circular and circular linked list.
Other info
There can be a modification in this with LinkedList class containing add method, root property. Add method assigns to root node if it is null and keeps adding