Skip to content

Conversation

@Goddesen
Copy link

@Goddesen Goddesen commented Feb 4, 2022

The use of for .. in to iterate over an array does not work if there are extra functions defined on the prototype of array. Use a naive old school iterator instead. Could use for .. of if IE support is not an issue.

The use of `for .. in` to iterate over an array does not work if there are extra functions defined on the prototype of array. Use a naive old school iterator instead. Could use `for .. of` if IE support is not an issue.
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

Successfully merging this pull request may close these issues.

1 participant