document.querySelector, document.getElementbyId, or similar commands
When you click on an element in the Elements panel,`$0` becomes a variable that you can use in the console to refer to that element. So, I can perform the same actions I did above, just by operating on `$0`.
it can be checked out in console


monitorEvent(element, event)
Event Listeners tab
The Event Listeners Tab is present in the Elements tool in Chrome and is used to check various event listeners of the elements present in the web page.
