I know this is a dumb question
but is there a shorter way of writing
javascript:void(0) for anchor links?
example :
<a href="javascript:void(0)" onClick="functionHere()"> Click me </a>
I don’t like to use "#" because clicking the link brings me to the top of the page
A shorter version is: