function tocaSomPom(){
document.querySelector('#som_tecla_pom').play();
}
document.querySelector('.tecla_pom').onclick=tocaSomPom;
function tocaSomClap(){
document.querySelector('#som_tecla_clap').play();
}
document.querySelector('.tecla_clap').onclick=tocaSomClap;
Aparece o erro no console de
*main.js:4 Uncaught TypeError: Cannot set properties of null (setting 'onclick') at main.js:4:45 *