v1
9/1/2024 by story_arc -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const map = new Map()
const obj = {}

for (let i = 0; i < 1000; i++) {
	map.set(i, i)
	obj[i] = i
}

let test
let test2
delete caserun single casemove downdrag and drop case


ready



test = { ...obj }
test2 = { ...test }
delete caserun single casemove updrag and drop case


ready



test = new Map(map)
test2 = new Map(test)
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