{"ScriptPreparationCode":"byte = crypto.getRandomValues(new Uint8Array(1))[0]","TestCases":[{"Name":"string concatenation","Code":"(byte \u003C 16 ? \u00270\u0027 : \u0027\u0027) \u002B byte.toString(16)","IsDeferred":false},{"Name":"padStart","Code":"byte.toString(16).padStart(2, \u00270\u0027)","IsDeferred":false}]}