v1
- by gladrock 11/26/202100
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
let foo = Array.from({length: 10000}, () => Math.floor(Math.random() * 40));
delete caserun single casemove downdrag and drop case


ready



let g;
for (i=0; i<foo.length; i++) {
   g = Math.random();
}
delete caserun single casemove updrag and drop case


ready



let g;
const f=() => {g = Math.random()}
foo.forEach(f)
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