v1
3/29/2018 by klimcode 3/29/201800
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
var i=0, x=500;
var arr = Array(x).fill().map((e,i)=>i);
delete caserun single casemove downdrag and drop case


ready



for(var res=[x], i=1; i<x+1; i++) res.push[i];
delete caserun single casemove upmove downdrag and drop case


ready



arr.unshift(x);
delete caserun single casemove upmove downdrag and drop case


ready



arr = [x].concat(arr);
delete caserun single casemove updrag and drop case


ready



arr = [x, ...arr];
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