Skip to content

Commit f6a56dd

Browse files
committed
added new test
1 parent a3ca7bb commit f6a56dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter05/04-UsingDoublyLinkedLists.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ list.insert(0,13);
1616
list.print();
1717
list.printInverse();
1818

19-
list.insert(list.size()-1,18);
19+
list.insert(4,18);
2020
list.print();
2121
list.printInverse();
2222

0 commit comments

Comments
 (0)