{"ScriptPreparationCode":"var a = [ \u0022hello\u0022, true, 7 ];","TestCases":[{"Name":"Array.prototype.slice","Code":"var b = a.slice();","IsDeferred":false},{"Name":"spread operator","Code":"var b = [ ...a ]","IsDeferred":false}]}