{"ScriptPreparationCode":"var myArray = [ \u0022hello\u0022, true, 7 ]","TestCases":[{"Name":"slice","Code":"var other = myArray.slice();","IsDeferred":false},{"Name":"spread operator","Code":"var other = [ ...myArray ]","IsDeferred":false},{"Name":"concat into empty array","Code":"[].concat(myArray);","IsDeferred":false}]}