There was an error while loading. Please reload this page.
1 parent b2bfa48 commit 1c1d2beCopy full SHA for 1c1d2be
javascript/06_linkedlist/SinglyLinkedList.js
@@ -86,7 +86,7 @@ LList.insert('curry', 'chen')
86
LList.insert('sang', 'head')
87
LList.insert('zhao', 'head')
88
console.log('-------------remove item------------')
89
-LList.remove('curry', 'chen')
+LList.remove('curry')
90
LList.display()
91
console.log('-------------find by item------------')
92
LList.findByValue('chen')
0 commit comments