Skip to content

Instantly share code, notes, and snippets.

@Muzammil-Bilwani
Last active February 10, 2018 15:19
Show Gist options
  • Save Muzammil-Bilwani/f5826c3e0c2f987bc5cd8e3f5b7aacfb to your computer and use it in GitHub Desktop.
Save Muzammil-Bilwani/f5826c3e0c2f987bc5cd8e3f5b7aacfb to your computer and use it in GitHub Desktop.
asd
## Comparision
| | for..in | for..of |
|------|------ | ------ |
| Applies to | Enumerable Properties | Iterable Collections |
| Use with Objects? | Yes | No |
| Use with Arrays? | Yes, but not advised | Yes |
| Use with Strings? | Yes, but not advised | Yes |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment