what is an iterator in javascript

JavaScript
The iterator is an object that returns values via its method next()
Source

Also in JavaScript: