v1
11/30/2022 by danielx -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
x = [1, 2, 3]
delete caserun single casemove downdrag and drop case


ready



var a, b, c;

[a, ...b] = x, [c] = b.splice(-1);
delete caserun single casemove updrag and drop case


ready



var a, b, c,
  splice = [].splice;

[a, ...b] = x, [c] = splice.call(b, -1);
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