Two ways to run JS: a file, or the interactive REPL.
node file.jsruns a scriptnodewith no args opens the REPL (Read-Eval-Print-Loop)- in the REPL,
_holds the last result .exitor Ctrl-D leaves the REPL
See examples/.
Open the REPL and compute the area of a circle radius 3.