VR🙌 To the point, if possible can you add a small reference on how to find whether some object is iterable or not, it will easier to relate why cases like these won't work; const one = { 1 : 1 , 2 : 2 }; const b = [...one]Comment·Article·Oct 23, 2021·ELI5 JavaScript: The Spread Operator