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

Method head

chapter03/util/LinkedList.js:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 head() {
65 return this.head;
66 }
67
68 removeAt(index) {
69 let i = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected