v1
11/23/2021 by crazymax255 -00
Setup HTML - click to add setup HTML
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



const arr = new Array(10).fill(0).map((_, i)=>i)

arr.reduce((acc, v) => acc.concat(v +1), []).reduce((v,n)=>v+n, 0)
delete caserun single casemove upmove downdrag and drop case


ready



const arr = new Array(10).fill(0).map((_, i)=>i)

arr.reduce((acc, v) => {acc.push(v +1); return acc;}, []).reduce((v,n)=>v+n, 0)
delete caserun single casemove upmove downdrag and drop case


ready



const arr = new Array(30).fill(0).map((_, i)=>i)

arr.reduce((acc, v) => acc.concat(v +1), []).reduce((v,n)=>v+n, 0)
delete caserun single casemove upmove downdrag and drop case


ready



const arr = new Array(30).fill(0).map((_, i)=>i)

arr.reduce((acc, v) => {acc.push(v +1); return acc;}, []).reduce((v,n)=>v+n, 0)
delete caserun single casemove upmove downdrag and drop case


ready



const arr = new Array(100).fill(0).map((_, i)=>i)

arr.reduce((acc, v) => acc.concat(v +1), []).reduce((v,n)=>v+n, 0)
delete caserun single casemove upmove downdrag and drop case


ready



const arr = new Array(100).fill(0).map((_, i)=>i)

arr.reduce((acc, v) => {acc.push(v +1); return acc;}, []).reduce((v,n)=>v+n, 0)
delete caserun single casemove upmove downdrag and drop case


ready



const arr = new Array(500).fill(0).map((_, i)=>i)

arr.reduce((acc, v) => acc.concat(v +1), []).reduce((v,n)=>v+n, 0)
delete caserun single casemove upmove downdrag and drop case


ready



const arr = new Array(500).fill(0).map((_, i)=>i)

arr.reduce((acc, v) => {acc.push(v +1); return acc;}, []).reduce((v,n)=>v+n, 0)
delete caserun single casemove upmove downdrag and drop case


ready



const arr = new Array(1000).fill(0).map((_, i)=>i)

arr.reduce((acc, v) => acc.concat(v +1), []).reduce((v,n)=>v+n, 0)
delete caserun single casemove updrag and drop case


ready



const arr = new Array(1000).fill(0).map((_, i)=>i)

arr.reduce((acc, v) => {acc.push(v +1); return acc;}, []).reduce((v,n)=>v+n, 0)
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