There was an error while loading. Please reload this page.
2 parents b2bfa48 + 1c1d2be commit 674af74Copy full SHA for 674af74
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