WebFund 2016W Lecture 2

From Soma-notes
Revision as of 15:57, 13 January 2016 by Zero (talk | contribs) (Added administration notes.)
Jump to navigation Jump to search

Video

The video from the lecture given on January 12, 2016 is now available.

Notes

In-class Notes

Lecture #2
----------
JavaScript

* no declared types
  - strings
  - objects
  - arrays
  - numbers (floats)
  - boolean

With Node
 - asynchronous (non-blocking) I/O


Student Notes