JSPlaygrounds icon indicating copy to clipboard operation
JSPlaygrounds copied to clipboard

spread objects

Open kyle-ruan opened this issue 8 years ago • 0 comments

Seems it's not supporting spreading objects at the moment. `const json = { a: "Value A", b: "Value B" };

const jsons = {...json};`

This simple code throws error

kyle-ruan avatar Jul 24 '16 05:07 kyle-ruan