When I'm in Developer Tools and select an html-element, it puts '== $0' behind it like this:. What does this mean?
Solution 1:
It means that you can write $0
in the developer console to get the active DOM element. You can see the image I have provided.
[![Picture of example[1]](https://i.stack.imgur.com/dbD4j.png)
Post a Comment for "What Does == $0 Mean In The Dom View In Developer Tools?"