v1
10/27/2021 by alexwayne -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const data = []
for (let i = 0; i < 10000; i++) data.push(i)
for (let i = 0; i < 10000; i++) data.push(i)
delete caserun single casemove downdrag and drop case


ready



let arr = []
for (let n of data) {
  if (!arr.includes(n)) arr.push(n)	
}

delete caserun single casemove updrag and drop case


ready



let arr = [ ...new Set(data) ]

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