Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 496 Bytes

File metadata and controls

23 lines (14 loc) · 496 Bytes

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.