{"ScriptPreparationCode":"var list = [\u0022test\u0022, \u0022apple\u0022, \u0022banana\u0022, \u0022peach\u0022, \u0022123\u0022, \u0022foo\u0022, \u0022bar\u0022, \u0022tree\u0022, \u0022dog\u0022];\r\n\r\n","TestCases":[{"Name":"structuredClone","Code":"const copy = window.structuredClone(list);","IsDeferred":false},{"Name":"spread","Code":"const copy = [...list];","IsDeferred":false}]}