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?