{"ScriptPreparationCode":"var colors = \u002206c06f09009309609909c36936c36f39039339639939c66366966c66f69069369669969c90f93c93f96096396696996c96f990993c00c03c06c09c0cc0fc30c33c36c39c3cc3fc60c63c66c69c6cc6ff00f03f06f09f0cf0ff30f33f36f39f3c\u0022\r\nvar colorArray = colors.match(/.{3}/g) ?? []","TestCases":[{"Name":"RGB substring","Code":"var idx = Math.floor(Math.random() * 64)\r\nvar rgb = colors.substring(idx*3,idx*3\u002B3)","IsDeferred":false},{"Name":"RGB by index","Code":"var idx = Math.floor(Math.random() * 64)\r\nvar rgb = colorArray[idx]","IsDeferred":false}]}