Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ tail
Method
tail
chapter02/util/LinkedListX.js:124–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
}
123
124
tail() {
125
return
this.tail;
126
}
127
128
_toArray() {
129
let
arr = [];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected