DEV Community

Discussion on: 5 Ways to Write Functions in JavaScript

Collapse
 
tanth1993 profile image
tanth1993 • Edited

I sometimes see
onClick={() => funcName()}
or onClick={funcName}.
I don't the name of the second one. what is it called?