How to make an iterable object in JavaScript?
Originally posted here!
What is an Iterable in JavaScript?
Iterable is a fancy word for those objects which can be looped or iterated in JavaScript.
Some of the common iterables we use in JavaScript are:
Strings
Arrays
Maps
Sets
etc.
These iterabl...
melvingeorge-me.hashnode.dev7 min read