| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:The <button> element should do something when someone clicks on it. Try to fix it! 
<button @(7)="alert('Hello')">Click me.</button>
 
<button onclick="alert('Hello')">Click me.</button>
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?