When I'm in Developer Tools and select an html-element,
it puts '== $0' behind it like this:
.
What does this mean?
When I'm in Developer Tools and select an html-element,
it puts '== $0' behind it like this:
.
What does this mean?
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]](../../images/3823897730.webp)