First, we want to check in an if statement whether the answer is "No".

Assemble the if statement below.

Looks good!

Make sure to assemble if (answer === "No") { first, and add } at the end of your code.