v1
5/30/2021 by pushkine -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const arr = Array.from({length:14}, (_,i)=>i);
let i = 0;
let r = 0;
delete caserun single casemove downdrag and drop case


ready



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


ready



for(let i = 0; i < arr.length; i++) {
	r += arr[i];
}
Test Case - click to add another test case
disable teardown JavaScript
teardown JavaScript
r = r - i--;
Output (DOM) - click to monitor output (DOM) while test is running
RUN