{"ScriptPreparationCode":"var codes = [ 0x20, 0x30, 0x40, 0x50, 0x60, 0x70 ];\r\n","TestCases":[{"Name":"String from loop","Code":"var length = codes.length, index, identifier = \u0027\u0027;\r\n\r\nfor (index = 0; index \u003C length; index\u002B\u002B) {\r\n\tidentifier \u002B= String.fromCharCode(codes[index]);\r\n}","IsDeferred":false},{"Name":"String from rest","Code":"var identifier = String.fromCharCode(...codes);","IsDeferred":false}]}