v1
9/24/2020 by jamiec -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const a = new Uint8Array([10, 60, 5, 90, 110, 3, 45, 1, 24, 54, 29]);
delete caserun single casemove downdrag and drop case


ready



Math.max(...a);
delete caserun single casemove upmove downdrag and drop case


ready



Math.max.apply(null,a)
delete caserun single casemove updrag and drop case


ready



var max = -Infinity;
for(var i=0;i<a.length;i++)
   if(a[i] > max) max = a[i];
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