MCPcopy Create free account
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / head

Method head

chapter02/util/LinkedListX.js:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 head() {
78 return this.head;
79 }
80
81 removeAt(index) {
82 let i = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected