25925 shaares
Je résume
| 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 |
Je résume
| 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 |