iterators-generatorsJavaScriptIterators GeneratorsHardWhat must an iterator object implement?1A next() method returning { value, done }2A forEach() method3A Symbol.for property4A length propertyBack to list