{"ScriptPreparationCode":"var a = [\u0027a\u0027, \u0027b\u0027, \u0027c\u0027, \u0027k\u0027, \u0027m\u0027, \u0027s\u0027, \u0027x\u0027];\r\nvar s = new Set(a);\r\nvar tests = [...\u0027abcdefghijklmnopqrstuvwxyz\u0027];","TestCases":[{"Name":"include","Code":"for(const t of tests) {\r\n\ta.includes(t);\r\n}","IsDeferred":false},{"Name":"set","Code":"for(const t of tests) {\r\n\ts.has(t);\r\n}","IsDeferred":false}]}