v1
- by ggtt 7/28/202200
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const arr = [...new Array(10000)].map(() => Math.random());
delete caserun single casemove downdrag and drop case


ready



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


ready



let sum = 0;
for (const x of arr) {
	sum += x;
}
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