for...of
Term side of the Card
Topic: Syntax
Unit title: for...of
Categories: Syntax, Statement
Explanation side of the Card
Explanation: The statement used as a loop structure that iterates over `Iterable` object like `Array` or `String` or `NodeList`, executing a block of code for each value in the collection one at a time.
Browser compatibility:
- The chrome browser supports this feature starting from version 38
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 13
- The safari browser supports this feature starting from version 7
Availability: