v1
- by rohitjindal 5/18/202200
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const arr = [26,52,164,2844,2869,2870,2873,2876,2962,2980,2986,3179,3243,3248,3288,3289,3322,3333,3397,3417,3423];
const set = new Set([26,52,164,2844,2869,2870,2873,2876,2962,2980,2986,3179,3243,3248,3288,3289,3322,3333,3397,3417,3423]);
delete caserun single casemove downdrag and drop case


ready



for (let i = 0; i < 100; i++) {
	arr.includes(i);
}
delete caserun single casemove updrag and drop case


ready



for (let i = 0; i < 100; i++) {
	set.has(i);
}
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN