🤔 DRUM MACHINE challenge

why the 6th test works but doesn’t pass ?
https://codepen.io/cangiante/pen/poPEmzV

Hi @CanGiante !

You should be able to press any of the keys like “Q” or "W " and the sound should play.

Right now your app doesn’t do that.

:rofl:
Of course my app does that!

Nope, it doesn’t :grinning:

Try pressing the Q on your keyboard.

Does any sound come out?

On my end it doesn’t.

That is what the failing message says.

ohhhhh the key on my keyboard!!!

:rofl:
:rofl:
:rofl:

ok but now? apart from the fact that that’s all hardcoded, why it does not pass?

The tests press an uppercase Q, but your buttons only respond to lowercase keys.