Front End Development Libraries Projects - Build a Drum Machine

Tell us what’s happening:

Hi, as a beginner I’m not very familiar w/ console errors, I’m stuck at the point where I don’t understand why the pads don’t respond to click and render the correspondent sound…https://codepen.io/MWorks6/pen/eYwMNPo

Thx for help !

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36

Challenge Information:

Front End Development Libraries Projects - Build a Drum Machine

  1. You have to call .play() on the audio element.

  2. You can’t have the same id on the div and the audio element. Your getElementById will grab the div and not the audio element.

A million thanks !!! :blush: