Question
What is the right name of event handler? onClick or handleClick?
I believe keeping code consistent is kind of important stuff.
Sometimes I mess my code with different handler names (working with Javascript).
What is the right name for event handlers? onClick
vs handleClick
?
48 40973
48