What is coming?
$$('h1') or $$('.classname')
inspect($$('h1')[0])
// Or
inspect($$('.classname'))
Ctrl+Shift+I
Cmd+Opt+I
To open Devtools:
Ctrl+Shift+J
Cmd+Opt+J
To open Devtools Console:
Ctrl+Shift+C
Cmd+Shift+C
To 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.)