v1
11/28/2022 by saravanapriyan -00
Setup HTML - click to add setup HTML
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



Math.max(...[12,32,12,23,1,98,70,101,9])
delete caserun single casemove upmove downdrag and drop case


ready



[12,32,12,23,1,98,70,101,9].sort((a, b) => b - a)[0]
delete caserun single casemove updrag and drop case


ready



[12,32,12,23,1,98,70,101,9].reduce((a, c) => {
    return c > a ? c : a;
  }, 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