{"ScriptPreparationCode":null,"TestCases":[{"Name":"Splice","Code":"const testArray = [1, 2, 3];\r\nconst emptyArray = [];\r\nconst newTestArray = testArray.splice(testArray.length, 0, ...emptyArray);","IsDeferred":false},{"Name":"Test first","Code":"const testArray = [1, 2, 3];\r\nconst emptyArray = [];\r\nif(emptyArray.length) {\r\n\tconst newTestArray = testArray.splice(testArray.length, 0, ...emptyArray);\r\n}","IsDeferred":false}]}