v1
8/30/2023 by bananarchist -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
testcases = 100000;
x = []; 
for(let i = 0; i < testcases; i++) {
	if(i % 2 == 0) {
		x[i] = i;
	} else {
		x[i] = "somestring";
	}
} 
delete caserun single casemove downdrag and drop case


ready



x.filter(y => {
	if (typeof y == typeof 2) {
		return y % 2 == 0;
	}
	return false;
});
	
delete caserun single casemove updrag and drop case


ready



x.filter(y => y % 2 === 0)
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