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