mirror of
https://github.com/FranP-code/Tic-Tac-Toe-Game.git
synced 2025-10-12 23:52:39 +00:00
Added some style logic
This commit is contained in:
6
script/game-functions/addStartButtonFunctionality.js
Normal file
6
script/game-functions/addStartButtonFunctionality.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default function addStartButtonFunctionality(game) {
|
||||
|
||||
const button = document.getElementById('start')
|
||||
|
||||
button.addEventListener('click', game)
|
||||
}
|
||||
Reference in New Issue
Block a user