{"ScriptPreparationCode":"const testCase1 = \u0027c\u0027;\r\nconst testCase2 = \u0027abc\u0027;\r\nconst testCase3 = \u0027test\u0027;\r\nconst testCase4 = \u0027abcdefghijklmn\u0027;","TestCases":[{"Name":"Array Length = 2","Code":"[\u0027a\u0027, \u0027b\u0027].includes(testCase1);\r\n[\u0027a\u0027, \u0027b\u0027].includes(testCase2);\r\n[\u0027a\u0027, \u0027b\u0027].includes(testCase3);\r\n[\u0027a\u0027, \u0027b\u0027].includes(testCase4);","IsDeferred":false},{"Name":"Array Length = 5","Code":"[\u0027a\u0027, \u0027b\u0027, \u0027c\u0027, \u0027d\u0027, \u0027abc\u0027].includes(testCase1);\r\n[\u0027a\u0027, \u0027b\u0027, \u0027c\u0027, \u0027d\u0027, \u0027abc\u0027].includes(testCase2);\r\n[\u0027a\u0027, \u0027b\u0027, \u0027c\u0027, \u0027d\u0027, \u0027abc\u0027].includes(testCase3);\r\n[\u0027a\u0027, \u0027b\u0027, \u0027c\u0027, \u0027d\u0027, \u0027abc\u0027].includes(testCase4);","IsDeferred":false},{"Name":"Or Length = 2","Code":"testCase1 === \u0027a\u0027 || testCase1 === \u0027b\u0027;\r\ntestCase2 === \u0027a\u0027 || testCase2 === \u0027b\u0027;\r\ntestCase3 === \u0027a\u0027 || testCase3 === \u0027b\u0027;\r\ntestCase4 === \u0027a\u0027 || testCase4 === \u0027b\u0027;","IsDeferred":false},{"Name":"Or Length = 5","Code":"testCase1 === \u0027a\u0027 || testCase1 === \u0027b\u0027 || testCase1 === \u0027c\u0027 || testCase1 === \u0027d\u0027 || testCase1 === \u0027abc\u0027;\r\ntestCase2 === \u0027a\u0027 || testCase2 === \u0027b\u0027 || testCase2 === \u0027c\u0027 || testCase2 === \u0027d\u0027 || testCase2 === \u0027abc\u0027;\r\ntestCase3 === \u0027a\u0027 || testCase3 === \u0027b\u0027 || testCase3 === \u0027c\u0027 || testCase3 === \u0027d\u0027 || testCase3 === \u0027abc\u0027;\r\ntestCase4 === \u0027a\u0027 || testCase4 === \u0027b\u0027 || testCase4 === \u0027c\u0027 || testCase4 === \u0027d\u0027 || testCase4 === \u0027abc\u0027;","IsDeferred":false}]}