davidshariff/computer-science

referencing cur instead of curr

Opened this issue · 0 comments

Hey!

On line 44 and 45 of DoublyLinkedList.js, there are a couple of times where you reference 'cur' instead of 'curr' - this is causing a 'cur is not defined' error when executing.

Thanks :)