v1
5/5/2020 by nikolay 5/5/202000
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const arr1 = Array.from(new Array(1000)).map(() => Math.random());
const arr2 = Array.from(new Array(1000)).map(() => Math.random())
delete caserun single casemove downdrag and drop case


ready



const result = [...arr1, ...arr2];
delete caserun single casemove updrag and drop case


ready



const result = arr1.concat(arr2);
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