how to make a button clicked js code example
Example 1: javascript click
const element = document.querySelector('element');
element.click();
Example 2: calling function on click html
<img src="hospital.png" id="hospitals" onclick="damarkers();">