v1
6/19/2019 by jdforsythe 6/19/201900
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const arr = [1, 3, 5, 1, 55, 0, 20];
delete caserun single casemove downdrag and drop case


ready



const a = Math.max(...arr)
delete caserun single casemove updrag and drop case


ready



const a = arr.reduce((acc, v) => v > acc ? v : acc);
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