iterable ↔ any Variable can loop over its elements
References
Array.from()↔ to return new ArrayInstancefromiterable (or array-like) ObjectSpread Operator↔ JS Operator to return comma separated list from iterablemap↔ iterable Object key:value pair struct with arbitrary key TypeSet()↔ Constructor to convert iterable arg tosetfor-in↔ Control Flow to Loop over iterable INCL ANY AND ALL PROPS !avoidArray-Like Object↔ any iterable data structure similar toArrayDestructuring↔ JS Syntax shorthand to extract elements from iterable & assign to Value