v1
6/21/2021 by finesse -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
var length = 1000;
delete caserun single casemove downdrag and drop case


ready



var array = [];
for (let i = 0; i < length; ++i) {
  array.push(true);
}
delete caserun single casemove updrag and drop case


ready



var array = new Array(length);
for (let i = 0; i < length; ++i) {
  array[i] = true;
}
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