WebFund 2013F Lecture 3

From Soma-notes
Revision as of 14:16, 18 September 2013 by Soma (talk | contribs)
Jump to navigation Jump to search

Audio from the lecture given on September 16, 2013 is available here.

Readings:

  • Chapters 1-3, JavaScript: The Good Parts
  • Chapters 1-2, Learning Node

Topics covered:

  • REPL (read-eval-print loop)
  • JavaScript quirks
    • Numbers are all floats
    • ambiguous comment characters
    • === equality
    • undeclared variables have global scope
  • JavaScript objects and variables
    • loose typing
    • scoping
    • prototypes versus classes
    • JSON notation