I've started Javascript 30. What bothers is like on given example code:
const audio = document.querySelector(`audio[data-key="${e.keyCode}"]`);
Why are the arguments put into the backticks? I understand how to use double and single quotes and when I can use both. However I don't understand how and when to use backticks.