Iteration protocols aren't new built-ins or syntax, but protocols. These protocols can be implemented by any object by following some conventions....Skip to main content Skip to search Skip to select language Article...{ let index = 0; return { next() { return { value: index++, done:...