{"ScriptPreparationCode":null,"TestCases":[{"Name":"Slice","Code":"const testArray = [{foo: \u0027baz\u0027}, {foo: \u0027baz\u0027}, {foo: \u0027baz\u0027}, {foo: \u0027baz\u0027}, {foo: \u0027baz\u0027}];\r\nconst testArray2 = testArray.slice();","IsDeferred":false},{"Name":"Spread","Code":"const testArray = [{foo: \u0027baz\u0027}, {foo: \u0027baz\u0027}, {foo: \u0027baz\u0027}, {foo: \u0027baz\u0027}, {foo: \u0027baz\u0027}];\r\nconst testArray2 = [...testArray]","IsDeferred":false}]}