What's wrong?

Report a typo

Look at the code below and identify what is wrong with it.

function handler() {
  alert('Hello!');
}

const element = <div onclick={handler}>Say hi</div>;
Select one option from the list
___

Create a free account to access the full topic