Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ tail
Method
tail
chapter04/util/LinkedList.js:111–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
tail() {
112
return
this.tail;
113
}
114
115
_toArray() {
116
let
arr = [];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected