this.Type()

WPM

0

RESET

ACCURACY

0

NEW

click to start typing

function shuffleArray (arr) {
	return arr.sort(() => 0.5 - Math.random());
};