{"ScriptPreparationCode":"var str = \u0022hello\u0022;","TestCases":[{"Name":"split","Code":"var other = str.split(\u0027\u0027);","IsDeferred":false},{"Name":"spread","Code":"var other = [...str];","IsDeferred":false},{"Name":"array.from","Code":"var other = Array.from(str)","IsDeferred":false}]}