ds-with-js icon indicating copy to clipboard operation
ds-with-js copied to clipboard

this.length() is what?

Open noorfathima11 opened this issue 5 years ago • 0 comments

In src/lib/linkedList.js in line number 47, 68 and many other places what does 'this.length()' mean? It throws me an error saying: "TypeError: this.length is not a function"

And as per my understanding, 'this' refers to Linkedlist which is an object and objects do not have any .length property or .length() function, isn't it?

noorfathima11 avatar Aug 26 '19 17:08 noorfathima11