v1
4/23/2022 by heyimabhi -00
Setup HTML - click to add setup HTML
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



const arr = [];
let str = "";

for(let i=0; i<1000; i++){
	arr.push('A')
}

str = arr.join(" ")
delete caserun single casemove updrag and drop case


ready



let str = "";

for(let i=0; i<1000; i++){
	str += "A "
}

str = str.trim()
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