humanwhocodes/computer-science-in-javascript

Why is the LinkedList constructor necessary?

aleross opened this issue · 1 comments

I was wondering why the constructor: LinkedList is either necessary or best practice on line 51 of data-structures/linked-list/linked-list.js?

Nevermind, found my answer here.