Build a Drum Machine--

Tell us what’s happening:
My code is giving error in line 41 and I don’t understand why is there an error. Please someone have a look at my code. thankyou!

Your code so far
here is a link to my code- https://codepen.io/shwetasing/pen/VORqGK?editors=1010

Your browser information:

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

Link to the challenge:

You forgot to close the <div> tag in the render function above it. Then at around line 68, the lines /> and ))} are swapped.

You’re also not passing strings to the letters in the data array at the top.