JavaScript谬论体系
课件: #
录音: #
推荐书目: #
JavaScript The Good Parts.pdf
JavaScript精粹.pdf
Secrets of the JavaScript Ninja.pdf
JavaScript忍者禁术.pdf
知识架构: #
15
Kudos
15
Kudos
JavaScript The Good Parts.pdf
JavaScript精粹.pdf
Secrets of the JavaScript Ninja.pdf
JavaScript忍者禁术.pdf
翻译 Secrets of the JavaScript Ninja (JavaScript忍者禁术) 第三章 函数是根基(3.Functions are fundamental) 本章重点: 1.为什么能够理解函数是如此的重要 2.为什么函数是基本类型对象(first-class objects) 3.函数如何被浏览器调用 4.函数的声明(Delaring functions) 5.函数被调用的秘密 6.函数上下文(The context within a... Continue →