4 Matching Annotations
  1. Jun 2016
    1. function declarations have two advantages over function expressions

      以我目前的知识,除了call back,还没想到很好的function expression的例子……

    1. JavaScript does not have integers

      这对我们平时的使用有啥影响么?

    2. It’s dynamically typed

      无法从function的signature看出使用function的方法。这暗示说JS的文档很重要咯?

    3. Prototypes

      我目前还不清楚Prototype有什么benefits。