v1
- by jawad 10/15/202200
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const clamp = (num, min, max) => num > max ? max : num < min ? min : num
const minmax = (num, min, max) => Math.min(Math.max(num, min), max)
delete caserun single casemove downdrag and drop case


ready



clamp(10, 0, 20)
delete caserun single casemove updrag and drop case


ready



minmax(10, 0, 20)
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