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