v1
- by axkibe 2/5/202400
Setup HTML - click to add setup HTML
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



let x=0;
new Array(100).fill(0).forEach((_,i) => {x+=i;})
delete caserun single casemove updrag and drop case


ready



let x=0;
for(let i=0;i<100;i++) x+=i;
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