Why Javascript dblclick event is running at Chrome but isn’t running at the Edge?
I am new to the javascript. I want to double click a button and write something to the console but the code I use doen’t work.
The code here: btn.addEventListener("dblclick",function);