const [ moveUp, moveDown, moveLeft, moveRight, mouseDown, touchDown ] = Array(6).fill(false); console.log( moveUp, moveDown, moveLeft, moveRight, mouseDown, touchDown );