- command line interface
- reading javascript: fundamental constructs
- networking for programmers
- single page apps
- database
- preferred web stack
- start a web project
- react basics
- run hello.js
node hello.js
- run parameters.js - illustrates that primitive function parameters are copied and objects are passed by reference.
node parameters.js
- run plus.js - illustrates the difference in the math plus operator and the string concatenation operator.
node plus.js