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

Add a profile to compare object iteration. #81

Closed
haensl opened this issue Dec 4, 2018 · 2 comments
Closed

Add a profile to compare object iteration. #81

haensl opened this issue Dec 4, 2018 · 2 comments
Assignees
Labels

Comments

@haensl
Copy link
Owner

haensl commented Dec 4, 2018

  • for prop in obj
  • Object.keys(obj).forEach
  • Object.entries(obj).forEach(([key, value])
  • for (let key of myMap.keys())
  • Object.getOwnPropertyNames(obj).forEach
@haensl haensl added the feature label Dec 4, 2018
@haensl haensl self-assigned this Dec 17, 2018
@haensl
Copy link
Owner Author

haensl commented Dec 17, 2018

PR open #82

@haensl
Copy link
Owner Author

haensl commented Dec 18, 2018

Done in v1.23.0

@haensl haensl closed this as completed Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant