Since our bot checked for a "No" already, we want it to check for "Yes" as well. We use else if for that.

Add an else if statement to check for another possible answer.

Yep!

Make sure to assemble else if (answer === "Yes") { and } at the end of your code.