MAN PAGES // WEEK 18
STRINGS, MATH, PROMPT · Ch 7 Sec 5-7 · six terms · write your own usage line under each
$ man CONCATENATION
joining strings with +
$ man TEMPLATE_LITERAL
a backtick string with ${slots} for values
$ man OPERATOR
a symbol that does work: + - * / %
$ man MODULUS
the % operator: the remainder after division
$ man PROMPT
a popup asking the user for input
$ man TYPE_COERCION
JS converting types automatically, sometimes surprisingly