← the terminal · man pages

MAN PAGES // WEEK 27

READING INPUTS, MAD LIBS · Ch 11 Sec 5-7 · six terms · write your own usage line under each
$ man VALUE_PROPERTY
how JS reads what a user typed in an input

$ man INTERACTIVE
the page responds to the user without reloading

$ man STRING_ASSEMBLY
building output text from pieces and inputs

$ man PREVENTDEFAULT
stopping a form's normal submit-and-reload

$ man OUTPUT_ELEMENT
where the script writes its result on the page

$ man USER_FLOW
the steps a user takes from input to result