this
.Type()
WPM
0
undo
RESET
ACCURACY
0
sync
NEW
click to start typing
const getRandomItem = (arr) => { return arr[Math.floor(Math.random() * arr.length)]; };