Html – onchange vs onChange differences and when to use?
Just working through a problem and I'm noticing HTML has an onchange Event, and React has an onChange event handler. Was wondering what the big difference between the two would be, outside one being available with React and the other…