{"ScriptPreparationCode":"var params = [ \u0022hello\u0022, true, 7 ];","TestCases":[{"Name":"Concat","Code":"const other = [ 1, 2 ].concat(params);","IsDeferred":false},{"Name":"spread","Code":"const other = [ 1, 2, ...params ]","IsDeferred":false}]}