Look at the code below and identify what is wrong with it.
function handler() {
alert('Hello!');
}
const element = <div onclick={handler}>Say hi</div>;Look at the code below and identify what is wrong with it.
function handler() {
alert('Hello!');
}
const element = <div onclick={handler}>Say hi</div>;Create a free account to access the full topic