Javascript/ECMAscript Crash Course
A quick dive into Javascript/Ecmascript for programmers of other languages.
Install dependencies
To install dependencies, run:
npm install
Execute scripts
To run any program, e.g.
node 1.basics/1.let_example.js
Documentation
See the accompanying Javascript Crash Course slide deck for discussion of some key concepts.