{"ScriptPreparationCode":"var a = [\r\n \u0027height\u0027,\r\n \u0027width\u0027,\r\n \u0027maxHeight\u0027,\r\n \u0027maxWidth\u0027,\r\n \u0027maxHeight\u0027,\r\n \u0027minWidth\u0027,\r\n \u0027color\u0027,\r\n \u0027bg\u0027,\r\n \u0027backgroundColor\u0027,\r\n \u0027opacity\u0027,\r\n \u0027m\u0027,\r\n \u0027mt\u0027,\r\n \u0027mb\u0027,\r\n \u0027mr\u0027\r\n];\r\nvar b = new Set(a)\r\n\r\nvar c = a.slice();\r\nc.push(\u0027abc\u0027,\u0027def\u0027,\u0027ghi\u0027,\u0027other word\u0027, \u0027notinlist\u0027,\u0027123\u0027,\u00274334232313\u0027,\u0027borderwersese\u0027);","TestCases":[{"Name":"arr.includes","Code":"return a.includes(c[Math.floor(Math.random() * c.length)])","IsDeferred":false},{"Name":"set.has","Code":"return b.has(c[Math.floor(Math.random() * c.length)])","IsDeferred":false}]}