Aashish Manandhar
1 min readAug 16, 2018

--

The pause on hover was something I always needed but didn’t knew about. I used to select the element and toggle the element state using the :hov from the devTools panel. Will save me a lot of time in future debugging and development. Also getting the event listeners and logging objects instead of variables are too neat tricks. Thanks!

--

--