Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level 8筆誤 #23

Open
cakeant opened this issue Nov 8, 2018 · 0 comments
Open

Level 8筆誤 #23

cakeant opened this issue Nov 8, 2018 · 0 comments

Comments

@cakeant
Copy link

cakeant commented Nov 8, 2018

在Level 8的4. [ES6] 箭頭函數 (arrow function)區段

// Error: ES6 的匿名函數不會自動綁定 this,因此取不到 this.text
  setInterval(function() {
    console.log(this.text);
  }, 1000);

應為ES5, 不是ES6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant