v1
5/30/2020 by aplet123 -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
let nums = Array(100000);
for (let i = 0; i < nums.length; i ++) {
  nums[i] = i;
}
delete caserun single casemove downdrag and drop case


ready



nums = nums.map(v => v * 2);
delete caserun single casemove updrag and drop case


ready



nums.forEach((v, i) => nums[i] = v);
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