{"ScriptPreparationCode":"var x = Array(10).fill(0).map((_,i) =\u003E i);","TestCases":[{"Name":"push","Code":"for(let i = 0; i \u003C 10; i\u002B\u002B) {\r\n x.push(i*11);\r\n}","IsDeferred":false},{"Name":"create new and assign","Code":"for(let i = 0; i \u003C 10; i\u002B\u002B) {\r\n x = [...x, i*11];\r\n}","IsDeferred":false}]}