You can use an
if
statement for this challenge.
If an emotion has been selected, the two existing lines of code in the function should run.
document.querySelector('input[type="radio"]:checked')
will return true if an item has been selected.