{"ScriptPreparationCode":"myString = \u0022abcdefg\u0022.repeat(100);","TestCases":[{"Name":"Array.from","Code":"const myArray = Array.from(myString);","IsDeferred":false},{"Name":"string.split","Code":"const myArray = myString.split(\u0022\u0022);","IsDeferred":false}]}