buttons html javascript code example
Example 1: javascript onclick button
var button = document.querySelector('button');
button.onclick = function() {
//do stuff
}
Example 2: calling function on click html
<img src="hospital.png" id="hospitals" onclick="damarkers();">