The Symbol.iterator specifies the default iterator for an object. Mainly used for the for…of operator loop. Support Iterable protocol to allow objects to customise their iteration behaviour
Read this post on javascripthive.info