v1
- by saravanapriyan 10/18/202300
Setup HTML - click to add setup HTML
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



arr3 = [...Array(3).keys()];
arr4 = [...Array(3).keys()];
arr3.forEach((element) => {
  arr4.forEach((element1) => {
    console.log(element1);
  });
});
delete caserun single casemove updrag and drop case


ready



arr3 = [...Array(3).keys()];
arr4 = [...Array(3).keys()];

arr9 = [...arr3, ...arr4];

arr9.forEach((element) => {
    console.log(element);
});
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