Use iterators and generators - fixed type

This commit is contained in:
dumitru.deveatii 2019-02-09 23:30:35 +02:00
parent 270e25a034
commit 2e1325b54e

View file

@ -991,8 +991,6 @@ items to access
- built-in support for iterating items using the `for-of` syntax
- iterables allow to implement optimized iterator patterns
For
**Bad:**
```ts