{"ScriptPreparationCode":"var CHARACTERS = \u0027ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789\u0027\r\nfunction createKey(length) {\r\n return Array.from({ length: length || 30 }).reduce(\r\n acc =\u003E \u0060${acc}${CHARACTERS.charAt(Math.floor(Math.random() * CHARACTERS.length))}\u0060,\r\n \u0027\u0027\r\n )\r\n}","TestCases":[{"Name":"Lodash","Code":"_.uniqueId()","IsDeferred":false},{"Name":"Native","Code":"createKey()","IsDeferred":false}]}