v1
- by annoyingmouse 11/5/202400
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const frequencyMap = {}
delete caserun single casemove downdrag and drop case


ready



if (frequencyMap['key'] === undefined){
	frequencyMap['key'] = 0
}
delete caserun single casemove upmove downdrag and drop case


ready



if (!frequencyMap['key']) frequencyMap['key'] = 0
delete caserun single casemove upmove downdrag and drop case


ready



frequencyMap['key'] ?? (frequencyMap['key'] = 0)
delete caserun single casemove updrag and drop case


ready



frequencyMap['key'] ??= 0
Test Case - click to add another test case
disable teardown JavaScript
teardown JavaScript
console.log(frequencyMap['key'])
Output (DOM) - click to monitor output (DOM) while test is running
RUN