JavaScript and over 1.5 million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
Trade in Yours
For a £5.68 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
Start reading JavaScript on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

JavaScript: The Good Parts [Paperback]

Douglas Crockford
4.3 out of 5 stars  See all reviews (43 customer reviews)
RRP: £22.99
Price: £14.71 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £8.28 (36%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon. Gift-wrap available.
Want delivery by Friday, 24 May? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £11.03  
Paperback £14.71  
Trade In this Item for up to £5.68
Trade in JavaScript: The Good Parts for an Amazon.co.uk gift card of up to £5.68, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Learn more

Book Description

15 May 2008 0596517742 978-0596517748 1

Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code.

Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.

When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:

  • Syntax
  • Objects
  • Functions
  • Inheritance
  • Arrays
  • Regular expressions
  • Methods
  • Style
  • Beautiful features

The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book.

With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.


Frequently Bought Together

JavaScript: The Good Parts + JavaScript Patterns + JavaScript: The Definitive Guide (Definitive Guides)
Price For All Three: £54.06

Buy the selected items together


Product details


More About the Author

Discover books, learn about writers, and more.

Product Description

Book Description

Unearthing the Excellence in JavaScript

About the Author

Douglas Crockford is a Senior JavaScript Architect at Yahoo!, well known for introducing and maintaining the JSON (JavaScript Object Notation) format. He's a regular speaker at conferences on advanced JavaScript topics, and serves on the ECMAScript committee.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

Most Helpful Customer Reviews
35 of 35 people found the following review helpful
Format:Paperback|Amazon Verified Purchase
In this small and dense book you will find JavaScript guru Douglas Crockford's presentation of the beautiful subset of a language that lies within JavaScript as a whole. You can use this subset to write serious programs. Occasionally you might have to use some of what Crockford calls "the bad parts", but at least you'll know the dangers, and how to mitigate them.

Perhaps more importantly, Crockford is very, very aware of how JavaScript differs from classical OO languages, and how these differences can and do trip up classically trained programmers, coming from (say) C++, C# or Java backgrounds. Crockford goes out of his way to point out the differences and the new way of thinking that is required for JavaScript.

This book is not necessarily going to be an easy read, even for professionals. Crockford says so himself in the preface. It's dense and terse. By necessity it introduces terms that might be confusing at first, and which are only explained later. You have to read the whole book, patiently waiting for certain concepts to be explained, and for things to fall into place. On a re-read it all begins to make real sense. I do recommend that this book is read at least twice, preferrably three times. At least it's short!

There is not much to do with the web in this book. There's no DOM manipulation examples, and no Ajax calls. You will find no discussion of modern JavaScript libraries. Crockford just focusses on his area of expertise: the JavaScript language. He highlights and promotes the good parts, and in appendices talks about the "Awful" and merely "Bad" parts.

This is an important book. Crockford writes with the authority, seriousness and simplicity of K&R. To be a modern web developer you really need to know what you're doing with respect to JavaScript. Look to other books to discuss JavaScript libraries, the DOM, animation effects and Ajax. Look to this book for the starting point to all that: the JavaScript language itself, weird and wonderful, familiar yet strange, bad parts and (fortunately) good parts.
Comment | 
Was this review helpful to you?
5 of 5 people found the following review helpful
5.0 out of 5 stars Great if you already know how to program. 25 April 2011
Format:Paperback
I have been programming for longer than I care to remember. These days I use mainly PHP, though have dabbled with Javascript and jQuery when I have been unable to avoid doing so. Given that Javascript has regained a lot of its previous popularity, and is once again socially acceptable, I thought it was about time that I got to grips with it properly.

Typical javascript books seem to be aimed at beginners to programming, or experienced javascript programmers. The latter tend to sail over my head unless they come with decent examples. The former are frustratingly terse when it comes to the meaty matters that you really need to get to grips with if you want to take the language seriously. I guess their logic is that to dwell on such matters would scare the newcomer off.

This book, treads a great middle ground. It is written by somebody who quite clearly knows an awful lot about programming in a variety of languages. In this book, he succinctly explains all the good bits of Javascript that you should be sticking to as much as possible, and also highlights the bad stuff. The thing is, once you have read it a couple of times (it is a short book), not only will you be able to write good javascript code, but you will also be able to forgive javascript for some of the terrible stuff.

Note though, that this book doesn't go into any detail about web matters. You will get no utility functions for manipulating the DOM or anything funky like that. What you will get though, is a thorough grounding in Javascript, the core language, itself.

Prior to reading this book, I have been writing my own lightbox routine. Naturally I having been looking at other examples to see how they did it, but I tended to get lost following their code. Thanks to this book, it all makes a lot more sense.

This is a thoroughly good read IF you are a programmer already, wanting to learn Javascript properly. If you are looking for a few quick fixes, then this book is not for you.
Comment | 
Was this review helpful to you?
3 of 3 people found the following review helpful
5.0 out of 5 stars Great, concise book 12 Oct 2011
By jlama
Format:Paperback
I've been a C++ developer for quite some time now. I wrote a few simple web apps recently, using a lot of trial and error (and Google of course) to write and debug the JavaScript code. Many things were not clear to me, e.g. scope of variables, closures, and the language approach for object orientation, inheritance, functions vs. objects. I bought this book hoping to improve my understanding and I found great, clear explanations on all the questions I had as well as new, fresh perspectives from both JavaScript and the book author on classical areas like inheritance.

The book is quite small, I read it in just a few days, but it has all the information I needed. I also bought JavaScript: The Definitive Guide and I really like it too, but it's a different type of book: The Definitive Guide is a thick book, one you probably don't wan't (or can't afford) to read from beginning to end, but it is a great, thorough reference book; The Good Parts on the other hand is a thin book, you can read it all and get great explanations, ideas and suggestions.
Comment | 
Was this review helpful to you?
Would you like to see more reviews about this item?
Were these reviews helpful?   Let us know
Most Recent Customer Reviews
5.0 out of 5 stars Imprescindible
If you write Javascript, you *need* to read this, *period*. Otherwise, you'll write *bad* Javascript.

An it ain't that long a read.
Published 3 months ago by koalillo
4.0 out of 5 stars This is not an intro to Javascript
Don't pick up this book expecting to learn Javascript from it (though you could). Read either because you have been using Javascript for a while and want to learn the best... Read more
Published 3 months ago by Chris
5.0 out of 5 stars Brilliant
Brilliant read! Amazing book, very well written and to read it straight from the horse's mouth is actually a good thing.
Published 3 months ago by Sourav
5.0 out of 5 stars Very dense content
This book is a MUST have javascript book. It gives very good information. Everyone developing javascript should read this book.
Published 4 months ago by Damiaan
5.0 out of 5 stars Wickedly good!
I bought this book around 6 months after getting interested in javascript. I was at best a intermediate novice before picking this book up, and still did not understand many of the... Read more
Published 4 months ago by Darren
5.0 out of 5 stars Excellent, no need for any other javascript book
This is an excellent book - very well written and covers all aspects you would want to know. the best part is that it is a short book so is easily readable and comfortable enough... Read more
Published 5 months ago by djjohnjosephuk
5.0 out of 5 stars Enlightening
I confess: I started using JavaScript with almost no training (on the premise that "It's C-lish, after all... Read more
Published 8 months ago by Riccardo Di Meo
2.0 out of 5 stars not as great as it seems
I know the basics of c++ java and php and wanted to learn some javascript and was recomended this book by many many excellent programmers ... Read more
Published 9 months ago by Chunk
5.0 out of 5 stars Light on pages but more than makes up with quality
This book will tell any programmer what they need to know about Javascript. It is focused, to the point and almost everything is useful - no wasting time reading through tons of... Read more
Published 10 months ago by Mike
5.0 out of 5 stars My first review for a good reason
I never wrote any review about books before. So bear with me. Thanks.

The quicky - this is a must have book for anyone who even just write one line of javascript. Read more
Published 11 months ago by Joel C. K. Chu
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges