iterator property source Symbol Used to implement an iterable object that can be used with each. In browsers that support for/of this will be Symbol.iterator; in older browsers it will be a string, but is still useful with each.