Douglas Crockford: The JavaScript Programming Language

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
17,251
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Aug 25, 2011

In this 2007 presentation at Yahoo!, which is meant to be the beginning of a three-course sequence (followed by "Theory of the DOM" and then "Advanced JavaScript"), Douglas Crockford explores not only the language as it is today but also how the language came to be the way it is.

Note: there's a title at the opening that claims this is "Part 1 of 4", but this video contains all four parts edited together. No need to go searching for the missing parts.

Category:

Science & Technology

Tags:

License:

Standard YouTube License

Link to this comment:

Share to:
see all

All Comments (13)

Sign In or Sign Up now to post a comment!
  • In case you want to try it out...

    function fade(id) { var dom=document.getElementById(id­), level = 1; function step() { var h = level.toString(16); var newColor = '#FFFF' + h + h; dom.style.backgroundColor = newColor; if (level<15) { level += 1; setTimeout(step,100); } } setTimeout(step,100);

    }

  • @sqeye It's named 'Douglas Crockford: An Inconvenient API - The Theory of the DOM'

  • What better way to learn the fundamentals of javascript than learning them from the js guru Douglas Crockford.

    @Doug, Thanks a lot for that amazing lecture. Really appreciate it.

  • too bad it's only in 360p. youtube should ban anything below 480p

  • Great lecture! I love his mellifluous voice, it reminds me of James Spader.

  • @sqeye I think theory of DOM is same as An inconvenient API

  • I can see a Douglas Crockford: Advanced Javascript video but no "Douglas Crockford: Theory of the DOM" video. Does it exist on YouTube?

  • @carterson2 Even Google Chrome web browser supports adding breakpoints in your Javascript code, so it is the most handy tool

  • @carterson2 Use the console. Most browsers have built-in consoles. If yours doesn't, you can use Firebug.

  • how do I debug javascript? E.g. there must be a toolset? Thanks for any reply!

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more