JavaScript Iterables

Iterable objects are objects that can be iterated over with for..of. An iterable object is any object that has a Symbol.

Code :