web-feature: Array iterators
Arrays are iterable with the for … of statement and enumerable with the methods entries(), keys(), and values().
Arrays are iterable with the for … of statement and enumerable with the methods entries(), keys(), and values().