JavaScript: The Good Parts by Douglas Crockford

By  on  

Rarely do I ever command you to do something but I've watched this video three times now and I'm completely mesmerized by Douglas Crockford's tech talk, JavaScript: The Good Parts.  During this hour long talk, Douglas Crockford shares his insight about both the good and bad parts of the JavaScript language.  He covers the language's embarrassing misteps, its valuable hacks, and its powerful features.

I can't recommend this video enough.  It's funny, educational, and enlightening.  Even if you can only leave the audio on in the background, you must give this video a listen.  Crockford wrote a JavaScript book with the same title which I cannot speak for.

Once you've had a chance to listen, share your thoughts -- what are you favorite "good parts" of JavaScript? What really burns you about the language?

Recent Features

  • By
    CSS Gradients

    With CSS border-radius, I showed you how CSS can bridge the gap between design and development by adding rounded corners to elements.  CSS gradients are another step in that direction.  Now that CSS gradients are supported in Internet Explorer 8+, Firefox, Safari, and Chrome...

  • By
    I’m an Impostor

    This is the hardest thing I've ever had to write, much less admit to myself.  I've written resignation letters from jobs I've loved, I've ended relationships, I've failed at a host of tasks, and let myself down in my life.  All of those feelings were very...

Incredible Demos

  • By
    Image Manipulation with PHP and the GD Library

    Yeah, I'm a Photoshop wizard. I rock the selection tool. I crop like a farmer. I dominate the bucket tool. Hell, I even went as far as wielding the wizard wand selection tool once. ...OK I'm rubbish when it comes to Photoshop.

  • By
    Event Delegation with MooTools

    Events play a huge role in JavaScript. I can't name one website I've created in the past two years that hasn't used JavaScript event handling on some level. Ask yourself: how often do I inject elements into the DOM and not add an...

Discussion

  1. Absolutely second this post – awesome tips and principles for balancing idealism and pragmatism in a language where both can leave you high and dry, scratching your head wondering what went wrong…

    You can’t possibly listen to Crockford and not learn something new. Don’t even try.

  2. Wow. I figured he would be telling me stuff that I already knew, but he keeps on revealing amazing amounts of information that will improve my code significantly.

    Just blew me away.

  3. errr…. I don’t see any link to the video, am I missing something?

  4. my bad, video did not show up the first time

  5. Really nice… I learn a lot of things… mostly in the Object part, I was missing over there… Thanks for post it!
    Cheers.

  6. No one laughs at Steve, and everyone chuckles with Doug. (No real value, I know, but JavaScript developers should watch this).

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!