Goodreads helps you keep track of books you want to read.
Start by marking “Java Script: Das Umfassende Referenzwerk” as Want to Read:
Java Script: Das Umfassende Referenzwerk
Provides a rapid and thorough exposition of the JavaScript programming language, as well as an in-depth reference section covering each JavaScript function, object, method, and even handler. Experienced programmers will quickly find the information they need to start writing JavaScript programs.
Hardcover, 3. Auflage, 1086 pages
Published
2007
by O'Reilly
(first published 1996)
Friend Reviews
To see what your friends thought of this book,
please sign up.
Reader Q&A
To ask other readers questions about
Java Script,
please sign up.
Be the first to ask a question about Java Script
This book is not yet featured on Listopia.
Add this book to your favorite list »
Community Reviews
(showing 1-30 of 3,000)

ugh. This book was suggested by the reddit popular "How to learn javascript properly" program as a good way for total noobs to learn javascript. This book is horrible for learning how to program. It is an excellent Javascript reference book, but it's not something to just sit down and read straight through. I can barely get through a few pages at a time without my brain feeling fried. It goes into the minutiae of every aspect of the language but rarely ever explains why anyone should care or any
...more

Nov 19, 2012
Rob
rated it
really liked it
·
review of another edition
Recommends it for:
webdev ninjas
This book has been on my shelf for five years. I use it every week; I should probably know more by now but this book always has exactly what I need to jumpstart me through whatever brain-fart froze me up in the first place.
It has earned the nickname: El Rhino Diablo!
---- Updated for Sixth Edition ----
I continue to hold this book in high esteem, and the Sixth Edition is a huge improvement over the old edition that I had. You can tell that Flanagan put a lot of thoughtful work into the re-write. I ...more
It has earned the nickname: El Rhino Diablo!
---- Updated for Sixth Edition ----
I continue to hold this book in high esteem, and the Sixth Edition is a huge improvement over the old edition that I had. You can tell that Flanagan put a lot of thoughtful work into the re-write. I ...more

It took me a month to read through the book.
The core JavaScript part is comprehensive but a little bit boring, but the problem is caused by the language, not the book. Since JavaScript is a bad language, any other authors couldn't do much better.
In the client-side part, some topics (Window, DOM, CSS, Events) are explained very well; some others (Ajax, jQuery, SVG, HTML5) are shallow.
The two reference parts are not so necessary, because online references could serve better.
I am a little confused ...more
The core JavaScript part is comprehensive but a little bit boring, but the problem is caused by the language, not the book. Since JavaScript is a bad language, any other authors couldn't do much better.
In the client-side part, some topics (Window, DOM, CSS, Events) are explained very well; some others (Ajax, jQuery, SVG, HTML5) are shallow.
The two reference parts are not so necessary, because online references could serve better.
I am a little confused ...more

The book is enough old but still useful. It's a full complex guide to wide and excellent javascript world. Obviously, that some chapters are already outdated in our rapidly changing world. However chapters about the core JS principles will be actually forever. Easy to read, easy to use. The definitive glossary in the end is really good. Perhaps it will be my desk book for the next few months.

JavaScript: The Definitive Guide is very extensive and thorough JavaScript book, which can be used as reference book but also can be read from beginning to end for someone completely new in the field.
The first 12 chapters provides rich introduction into the history of JavaScript and the core language functionality, following 10 chapters are about Client-Side JavaScript and last 300 pages are Core and Client-side JavaScript Reference.
JavaScript: The Definitive Guide will teach you developing in J ...more
The first 12 chapters provides rich introduction into the history of JavaScript and the core language functionality, following 10 chapters are about Client-Side JavaScript and last 300 pages are Core and Client-side JavaScript Reference.
JavaScript: The Definitive Guide will teach you developing in J ...more

The best use for this book is as reference, and mainly for people who already have some programming experience.
I've started reading it as the main source for "Learn JavaScript the proper way" tutorial I found on reddit. So I haven't covered all the chapters or followed the order. What stroke me first was the level of detail. Every chapter squeezes almost all there is to say about the subject, from core js concepts to DOM scripting. This is why reading a whole chapter at once can become daunting ...more
I've started reading it as the main source for "Learn JavaScript the proper way" tutorial I found on reddit. So I haven't covered all the chapters or followed the order. What stroke me first was the level of detail. Every chapter squeezes almost all there is to say about the subject, from core js concepts to DOM scripting. This is why reading a whole chapter at once can become daunting ...more

800+ pages of pure raw information. I guess I don't like information...I like *insight.* I learned tremendously more from reading the O'Rielly "Javascript Web Applications" in a much shorter time period. Whenever a book gets this thick, it is likely you can do better by reading several smaller books which concentrate on sub-topics than a single monolithic tome. As for reference - Google is faster than cracking this thing open and trying to figure it out from there.

Anyone doing web development should have this book on their shelf. It is a fantastic resource detailing every facet of the JavaScript language and the DOM. Sure, you could find all of this information online through some Google searching, but it is very nice to have a single resource to turn to when you have a question. There are many, many sample implementations and answers to some common gotchas throughout.

JS is changing too fast and too soon to make use of this book.
Even if the newest edition comes out today, tomorrow you'll read about 5 new technologies that you'll try out.
The good thing is that the definitive guide tries to be up to date with latest ES specification and most popular DOM APIs.
The bad thing is that it fights an uphill battle.
This format doesn't work.
Short and specific books such as the ones in "You Don't know JS" are easier to write, publish and maintain.
Even if the newest edition comes out today, tomorrow you'll read about 5 new technologies that you'll try out.
The good thing is that the definitive guide tries to be up to date with latest ES specification and most popular DOM APIs.
The bad thing is that it fights an uphill battle.
This format doesn't work.
Short and specific books such as the ones in "You Don't know JS" are easier to write, publish and maintain.

Javascript is a language of freedom. Just like anything that is free, which is good (of course), but they can also be abused. Abused freedom is not good. This book talks about the good limits that should be enforced in the realm the js freedom.
I was learning js for my work in the past few months. And this is the first js book that i have ever read, which I fell lucky, because it teaches me the good habbits of programming js from the beginning.
I was learning js for my work in the past few months. And this is the first js book that i have ever read, which I fell lucky, because it teaches me the good habbits of programming js from the beginning.

Everything is perfect about this book, except for some uncertain things not described like Client-side JavaScript does not exhibit the nonlinear cross-reference problem and it was mentioned that it's recommended to read book from start to end but some chapters are too easy to understand and some are too hard. Overall this book is great, recommended for beginners.

May 17, 2014
Carl-Erik Kopseng
rated it
it was ok
·
review of another edition
Shelves:
faglitteratur,
never-finished
I don't see the relevance for this book.
If you need a reference on a topic, then googling "mdn array" will give you more up-to-date and relevant info faster than turning to this book.
If you need a teaching tool - ANYTHING beats this book. I would recommend "Test Driven Javascript" by Johansen (a better version of Crockford's "Good parts" book).
After reading the first few chapters, skimming some more I realised "The Definitive Guide" was exactly the kind of book I hate: the bible kind (as in "Th ...more
If you need a reference on a topic, then googling "mdn array" will give you more up-to-date and relevant info faster than turning to this book.
If you need a teaching tool - ANYTHING beats this book. I would recommend "Test Driven Javascript" by Johansen (a better version of Crockford's "Good parts" book).
After reading the first few chapters, skimming some more I realised "The Definitive Guide" was exactly the kind of book I hate: the bible kind (as in "Th ...more

Jan 18, 2015
Illia Olenchenko
rated it
it was amazing
·
review of another edition
Shelves:
programming,
javascript
Even after a few pages i understood that this book is good for my lvl. I have meshed up knowledge in lang before, and after reading i feel my knowledge more structured and upgraded. Title is very good enough - truly Defenitive Guide.

Apr 02, 2015
Sefa
rated it
it was amazing
·
review of another edition
Shelves:
programming,
web-development
Pretty much everything that you want to know about Javascript.

I've been a fan of this book since at least its second edition. It does more than cover the core JavaScript language and goes into details about using JavaScript in the context of a web browser client.
This is a great place to start for anyone new to JavaScript. It's also an important book for seasoned JavaScript developers to revisit over the years and keep up with the changes in usage patterns and the language/browser object models.
This is a great place to start for anyone new to JavaScript. It's also an important book for seasoned JavaScript developers to revisit over the years and keep up with the changes in usage patterns and the language/browser object models.

I don't "do" Javascript to speak of. I bought this book as a reference for those times when I need to look something up. The O'Reilly books are generally very good for that purpose, but with this one you really have to know JS at least a little to be able to use it as a reference. It's probably a decent textbook, but I haven't read it in that capacity, so I'll have to reserve judgement.

I read this as a refresher for the stuff I already knew and in hopes I'[d pick up on some advanced topics like functional programming. For me the refresher part was great. Chapter 9: Classes and Modules was way over my head and seemed to assume the reader had experience in similar techniques in other languages.

I read this book as I was working through all of the HTML5, CSS, Javascript and jQuery modules on codecademy.com. The book can benefit from architecture diagrams of core web components and the overlaying frameworks that simplify their use. A worthwhile book if you are immersing yourself in this technology.
There are no discussion topics on this book yet.
Be the first to start one »
Dec 23, 2013 06:40PM