v1
- by pushkine 8/28/202200
Setup HTML - click to add setup HTML
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



[40, 91, 123].map((n) => (n + 1) | 1); // ~182µs (SLOWEST)
delete caserun single casemove upmove downdrag and drop case


ready



[40, 91, 123].map((n) => (n + 1) | 9); // ~181µs (SLOW)
delete caserun single casemove upmove downdrag and drop case


ready



[40, 91, 123].map((n) => (n - 7) | 9); // ~178µs (FAST)
delete caserun single casemove updrag and drop case


ready



[40, 91, 123].map((n) => (n + -7) | 9); // ~176µs (FASTEST)
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