Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 404 Bytes

File metadata and controls

11 lines (7 loc) · 404 Bytes

Javascript/ECMAscript Crash Course

A quick dive into Javascript/Ecmascript for programmers of other languages.

To run any program, please have node.js installed, and use it, e.g.

node 1.basics/1.let_example.js

See the accompanying Javascript Crash Course slide deck for discussion of some key concepts.