The error is this one;
app.js:33 Uncaught TypeError: Cannot set property 'src' of null at HTMLButtonElement.
This is the code(javascript):
const playerHand = document.querySelector('player-hand')
playerHand.src = `assets/${this.textContent}.png`;
this is the html
<img class="player-hand" src="assets/rock.png" alt="">