We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ca7bb commit f6a56ddCopy full SHA for f6a56dd
chapter05/04-UsingDoublyLinkedLists.js
@@ -16,7 +16,7 @@ list.insert(0,13);
16
list.print();
17
list.printInverse();
18
19
-list.insert(list.size()-1,18);
+list.insert(4,18);
20
21
22
0 commit comments