HomeReactJS INTERVIEW QUESTIONSWhat is the event listener (also property name) in the following code? What is the event listener (also property name) in the following code? 0 Vikas 03:26 render: function () { return ( <div onHover={myFun}> </div> ); } Ans: onHover Tags React.Js INTERVIEW QUESTIONS PDF ReactJS INTERVIEW QUESTIONS Newer Older