v5
- by kowal66b 3/27/202400
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const workout_slot_ready = new Array(64000).fill("slot", 0, 64000);
const workout_initalized = new Array(64000);
delete caserun single casemove downdrag and drop case


ready



for (let i = 0; i < 64000; i++) {
  workout_slot_ready[i] = "push-up";
}
delete caserun single casemove updrag and drop case


ready



for (let i = 0; i < 64000; i++) {
  workout_initalized[i] = "push-up";
}
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