{"ScriptPreparationCode":"var arr = [];\r\nfor(var i=0;i\u003C100;i\u002B\u002B) {\r\n arr.push(i);\r\n}","TestCases":[{"Name":"Array.from","Code":"var other = Array.from(arr);","IsDeferred":false},{"Name":"Spread","Code":"var other = [...arr];","IsDeferred":false}]}