0

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.

3

2 Answers 2

2

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. )

Sign up to request clarification or add additional context in comments.

Comments

1

Here are some links

One

Two

Three

And one answer here on SO explaining about data structures in js

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.