Test fail problem - Build a Drum Machine ## 6

Hello, have a problem with passing this test because my keycode/charcode is not the same as in array in test:

var e=[81,87,69,65,83,68,90,88,67];

6. When I press the trigger key associated with each .drum-pad, the audio clip contained in its child <audio> element should be triggered (e.g. pressing the Q key should trigger the drum pad which contains the string “Q”, pressing the W key should trigger the drum pad which contains the string “W”, etc.).

I have 113 for Q and to pass test it requires 81.

Is it a bug or am I doing smth wrong?

solved. 113 is for lowercase q.