document.addEventListener("keydown", function(event) { makeSound(event.key); });
In the code above, how does the function know that t