Douglas Crockford: The JavaScript Programming Language

Поделиться
HTML-код
  • Опубликовано: 1 янв 2025

Комментарии • 13

  • @mukeshsoni
    @mukeshsoni 12 лет назад +184

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

  • @bashful228
    @bashful228 13 лет назад +36

    Best (only) JS lecture I've ever seen. Beats the JS books on my shelf in first 40min.
    Pretty printing!

  • @SaiGudigundla
    @SaiGudigundla 13 лет назад +13

    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.

  • @BobJoeTelevision
    @BobJoeTelevision 12 лет назад +5

    Really good lecture, thanks so much to Douglas Crockford. Greetings from Munich.

  • @chiajungchi
    @chiajungchi 12 лет назад +6

    I was not able to reproduce the behavior that Doug described in the lecture between 50:08 ~ 50:25. Here is my testing code:
    var oA = {name:"Doug"};
    var oB = object(oA);
    oB.name="NewName";
    delete oB["name"];
    alert(oB.name); //display "undefined" instead of "Doug".
    Not sure what I did wrong.

  • @obuseng87
    @obuseng87 13 лет назад +2

    i love Doug.Thanks man

  • @Frodo6432
    @Frodo6432 13 лет назад

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

  • @ikoolik.
    @ikoolik. 12 лет назад +9

    if you say `new Boolean('false')`, it's value is false, but the value is truthy
    :facepalm:

  • @kutchbhi1
    @kutchbhi1 13 лет назад

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

  • @methodinsane
    @methodinsane 12 лет назад +1

    Does this contain the "Advanced Class"?

  • @sqeye
    @sqeye 13 лет назад

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

  • @mmeah82
    @mmeah82 12 лет назад

    1:16:25 Eval() Function. Dont ever use it! (except...)

  • @hackebeil20
    @hackebeil20 13 лет назад +12

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