v1
3/18/2021 by stramel -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
let data = Array.from({ length: 100000 }).map(() => Math.random())

const sortAsc = (a, b) => a - b
delete caserun single casemove downdrag and drop case


ready



data.sort().reverse()
delete caserun single casemove updrag and drop case


ready



data.sort((a, b) => {
	return sortAsc(a, b) * -1
})
Test Case - click to add another test case
disable teardown JavaScript
teardown JavaScript
data = null
Output (DOM) - click to monitor output (DOM) while test is running
RUN