{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.concat","Code":"[ 1, 2 ].concat([ \u0022hello\u0022, true, 7 ]);","IsDeferred":false},{"Name":"spread operator","Code":"[ ...[ 1, 2 ], ...[ \u0022hello\u0022, true, 7 ] ]","IsDeferred":false}]}