For Of & For In 🧐
For Of ...
Mdn Defination
The for...of statement executes a loop that operates on a sequence of values sourced from an iterable object. Iterable objects include instances of built-ins such as Array, String, TypedArray, Map, Set, NodeList (and other ...
umangpincha.hashnode.dev2 min read
Deepti Dubey
I am frontend developer
awesome explanation because you used the words that happened when I read technical defination.