v1
2/25/2017 by mirko7 -50
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
// generate array of 4000 random numbers
var arr = [];
for (var i=0, t=4000; i<t; i++) {
    arr.push(Math.round(Math.random() * t))
}
delete caserun single casemove downdrag and drop case


ready



arr.map(x=>x*2)
delete caserun single casemove updrag and drop case


ready



var res = []
for (var i=0; i < arr.length; i++) {
  res.push(arr[i]*2)
}
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