function declarations have two advantages over function expressions
以我目前的知识,除了call back,还没想到很好的function expression的例子……
function declarations have two advantages over function expressions
以我目前的知识,除了call back,还没想到很好的function expression的例子……
JavaScript does not have integers
这对我们平时的使用有啥影响么?
It’s dynamically typed
无法从function的signature看出使用function的方法。这暗示说JS的文档很重要咯?
Prototypes
我目前还不清楚Prototype有什么benefits。