{"ScriptPreparationCode":null,"TestCases":[{"Name":"split","Code":"const test = \u0022hey there my man\u0022;\r\nconst a = test.split(\u0022\u0022);","IsDeferred":false},{"Name":"for loop","Code":"const test = \u0022hey there my man\u0022;\r\nlet s = new Array(test.length);\r\nfor (let i = 0; i \u003Ctest.length; i\u002B\u002B) {\r\n s.push(test[i]);\r\n}","IsDeferred":false}]}