← the terminal · man pages

MAN PAGES // WEEK 17

JAVASCRIPT: FIRST CONTACT · Ch 7 Sec 1-4 · six terms · write your own usage line under each
$ man JAVASCRIPT
the programming language that makes pages act

$ man SCRIPT_TAG
how JS enters a page, usually at the end of body

$ man CONSOLE
the DevTools panel where logs and errors appear

$ man VARIABLE
a named box holding a value

$ man STRING
text data in quotes

$ man NUMBER
numeric data, no quotes