How does the Chrome Developer Tool "Properties" section help with CSS/JavaScript development?
In the screenshot it shows blur
, contains
, focus
, etc.
I don't know what you can do with these.
It's showing you exactly which JavaScript functions are included in that element's prototype (the functions that you can call on that element).
It helps when you're trying to figure out exactly how you can solve a specific problem but you're not sure exactly what JavaScript functions you have available to you.