As part of the requirements for the exercise 3, and in question 2, the following is mentioned: "The attackers button MUST NOT execute an alert".
My understanding is that you mean when the clickjacking happens in the 'attacker.html', and when the user *thinks* they click on the 'Click Here' button, that the alert that is set in the button in the 'victim.html' should not pop up (i.e, the user should not understand their click is being highjacked).
Could you please confirm that my understanding of the requirement is correct? Many thanks in advance.