JSPlaygrounds
JSPlaygrounds copied to clipboard
spread objects
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