v1
5/27/2021 by lffg -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const arr = Array.from({ length: 1e5 }, () => Math.floor(Math.random() * 1000));
delete caserun single casemove downdrag and drop case


ready



void [...new Set(arr)];
delete caserun single casemove updrag and drop case


ready



function unique(value, index, self) { 
	return self.indexOf(value) === index;
}

void arr.filter(unique);
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