jasonsjones / doubly-linked-list

Javascript implementation of a doubly linked list data structure.
Other
30 stars 6 forks source link

fix bug: creating node with falsy values #7

Closed Spagiari closed 5 years ago

Spagiari commented 5 years ago

6 Change in the form of value assignment to the data attribute of the node.