This commit is contained in:
Ilya Kantor 2016-07-26 23:30:19 +03:00
parent 276065baf1
commit 6a263b1f75
35 changed files with 900 additions and 541 deletions

View file

@ -132,7 +132,7 @@ while(true) {
The same works for an array.
## Iterables VS array-likes
## Iterables VS array-likes [#array-like]
There are two official terms that are similar, but actually very different. Please take care to avoid the confusion.