What is coming?
$$('h1') or $$('.classname')inspect($$('h1')[0])
// Or
inspect($$('.classname'))Ctrl+Shift+I
Cmd+Opt+ITo open Devtools:
Ctrl+Shift+J
Cmd+Opt+JTo open Devtools Console:
Ctrl+Shift+C
Cmd+Shift+CTo open the DevTools in Inspect Element mode
DOMContentLoaded
When the document is parsed
Load
When document is loaded with all the linked resources (CSS, JavaScript, images etc.)