mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
734 B
734 B
date | id | title |
---|---|---|
2020-10-14 | f1c572d5-868b-4ce0-b1ac-9f7cc32dae3d | JavaScript Iterables |
Introduction
An iterable is a data structure that wants to make its elements accessible to the public. It does so by implementing a method whose key is Symbol.iterator. That method is a factory for iterators.