This is probably a very simple thing to do but I am having trouble using variables in my strings although following usual protocol.
Here is my code:
else if (weatherDesc.includes(desc)) {
message.innerHTML = 'Look out for ${desc}';
}
not really sure why this is not working, I tried switching from single quotes to double.