1 / 13

Javascript 基本概念分享

Javascript 基本概念分享. 列表. 变量 作用域 Closure Namespace this 类 执行顺序. 变量. 基本变量 引用对象 代码 variable.html. 作用域. 词法作用域 - 在定义的时候的上下文 代码 closure.html ifm_callobject.html lex.html. 作用域. 函数申明 = 函数类型变量 + Scope Chain call Object -- 形参、变量和函数声明的结果 [[scope]] 代码 closure.html callobject.html.

mahsa
Download Presentation

Javascript 基本概念分享

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Javascript 基本概念分享

  2. 列表 • 变量 • 作用域 • Closure • Namespace • this • 类 • 执行顺序

  3. 变量 • 基本变量 • 引用对象 • 代码 • variable.html

  4. 作用域 • 词法作用域-在定义的时候的上下文 • 代码 • closure.html • ifm_callobject.html • lex.html

  5. 作用域 • 函数申明 = 函数类型变量 +Scope Chain • call Object --形参、变量和函数声明的结果 • [[scope]] • 代码 • closure.html • callobject.html

  6. closure • 代码执行的上下文

  7. namespace • 代码的执行空间 • 代码 • Namespace.html

  8. 类--基本 • 类定义 • 成员变量 • 成员函数 • 静态属性 • 私有属性 • New 关键字动作 • this

  9. 类--基本 • 代码 • class.html • a_this.html

  10. 类—根本 • Prototype • __proto__

  11. • 继承 • Extend • Newfunction+apply

  12. 执行顺序 • 变量 • 函数 • 类

  13. 谢 谢

More Related