You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to modify the line chessboard =document.getElementsById('chessboard');
because chessboard is not an element inside the HTML anymore, so I had to replace it with chessboard =document.getElementsByClassName('board');,but now im getting chessboard.appendChild is not a function
Help pls?
The text was updated successfully, but these errors were encountered:
I had to modify the line
chessboard =document.getElementsById('chessboard');
because chessboard is not an element inside the HTML anymore, so I had to replace it with
chessboard =document.getElementsByClassName('board');
,but now im getting chessboard.appendChild is not a functionHelp pls?
The text was updated successfully, but these errors were encountered: