computer-science icon indicating copy to clipboard operation
computer-science copied to clipboard

referencing cur instead of curr

Open sunil-sandhu opened this issue 5 years ago • 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 :)

sunil-sandhu avatar May 09 '19 12:05 sunil-sandhu