So within the render method comments are allowed but in order to use them within JSX, you have to wrap them in braces and use multi-line style comments.
{/* whenClicked is a property not an event, per se. */}
You can read more about how comments work in JSX here