← the terminal · man pages

MAN PAGES // WEEK 26

THE DOM AND EVENTS · Ch 11 Sec 1-4 · six terms · write your own usage line under each
$ man DOM
the browser's live object model of the page

$ man QUERYSELECTOR
the method that finds an element by CSS selector

$ man TEXTCONTENT
the property holding an element's text

$ man EVENT
something that happens: a click, a keypress

$ man EVENT_LISTENER
code registered to run when an event fires

$ man HANDLER
the function an event listener runs