export default function addStartButtonFunctionality(game) { const button = document.getElementById('start') button.addEventListener('click', game) }