{"ScriptPreparationCode":null,"TestCases":[{"Name":"push","Code":"const tab = [1, 2, 3, 4, 5, 6, 7];\r\ntab.push(8);","IsDeferred":false},{"Name":"spread","Code":"const tab = [1, 2, 3, 4, 5, 6, 7];\r\nconst tab1 = [...tab, 8];","IsDeferred":false}]}