MCPcopy Index your code
hub / github.com/TheAlgorithms/JavaScript / tail

Method tail

Data-Structures/Linked-List/SinglyLinkedList.js:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46 // Returns the tail
47 tail() {
48 return this.tailNode?.data ?? null
49 }
50
51 // Return if the list is empty
52 isEmpty() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected