{"ScriptPreparationCode":"function restFn(...args) {\r\n return args.map((x)=\u003Ex)\r\n}\r\n\r\nfunction arrFn(args) {\r\n return args.map((x)=\u003Ex)\r\n}","TestCases":[{"Name":"rest arguments","Code":"const els = restFn(\u0027a\u0027,\u0027b\u0027,\u0027c\u0027,\u0027d\u0027,\u0027e\u0027,\u0027f\u0027,\u0027g\u0027,\u0027h\u0027,\u0027i\u0027,\u0027j\u0027,\u0027k\u0027,\u0027l\u0027,\u0027m\u0027,\u0027n\u0027,\u0027o\u0027,\u0027p\u0027,\u0027q\u0027,\u0027r\u0027,\u0027s\u0027,\u0027t\u0027,\u0027u\u0027,\u0027v\u0027,\u0027w\u0027,\u0027x\u0027,\u0027y\u0027,\u0027z\u0027);","IsDeferred":false},{"Name":"array parameter","Code":"const els = arrFn([\u0027a\u0027,\u0027b\u0027,\u0027c\u0027,\u0027d\u0027,\u0027e\u0027,\u0027f\u0027,\u0027g\u0027,\u0027h\u0027,\u0027i\u0027,\u0027j\u0027,\u0027k\u0027,\u0027l\u0027,\u0027m\u0027,\u0027n\u0027,\u0027o\u0027,\u0027p\u0027,\u0027q\u0027,\u0027r\u0027,\u0027s\u0027,\u0027t\u0027,\u0027u\u0027,\u0027v\u0027,\u0027w\u0027,\u0027x\u0027,\u0027y\u0027,\u0027z\u0027]);","IsDeferred":false}]}