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

Missing Information on function properties of objects #27

Open
martinheidegger opened this issue Apr 27, 2015 · 1 comment
Open

Missing Information on function properties of objects #27

martinheidegger opened this issue Apr 27, 2015 · 1 comment

Comments

@martinheidegger
Copy link
Contributor

The code of "for of" uses method properties:

{
   next() {
      // ....   
   }
}

Those have not been explained before. Maybe they should get their own section along with direct properties that are also new in ES6

let handler = a;
let obj =  {
   handler
}
@yosuke-furukawa
Copy link
Owner

I think the properties should be explained on class exercise.

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

2 participants