Reputation: 7631
Is there any good learning book on JavaScript Data Structures, something like this.
http://www.cs.williams.edu/javastructures/Book_files/JavaStructures.pdf
I am unable to find anyting on internet.
Upvotes: 0
Views: 264
Reputation: 9174
Here are some links
And one answer here on SO explaining about data structures in js
Upvotes: 1
Reputation: 106375
You didn't mention your level of JavaScript knowledge, so I assume you're fresh. ) In that case I suggest reading Eloquent JavaScript online book; this chapter in particular will answer your question, but I suppose reading the whole book would be a great experience as well.
But not reading only: in fact, I regard this book highly because it provides tremendous environment for experiments with code given. And practice, in my opinion, is the only real key to understanding anything related to CS. )
Upvotes: 2