Ice

Web developer


  • Home

  • About

  • Tags

  • Categories

  • Archives

this的作用域

Posted on 2017-09-18

ES5

非严格模式

严格模式

1
2
3
4
5
6
7
'use strict'
function thisFn() {
console.info('this',this);
};
thisFn();//

ES6

调用者的作用域

# javascript
Javascript事件流
关于javascript数字精度丢失
  • Table of Contents
  • Overview

Ice

Web developer

8 posts
4 categories
5 tags
GitHub E-Mail
Links
  • Cream
  1. 1. ES5
    1. 1.1. 非严格模式
    2. 1.2. 严格模式
  2. 2. ES6
© 2017 Ice
Powered by Hexo
|
Theme — NexT.Muse v5.1.2

Hosted by Coding Pages