Difference between revisions of "WebFund 2016W Lecture 2"

From Soma-notes
Jump to navigation Jump to search
(Created page with "==Video== The video from the lecture given on January 12, 2016 [http://homeostasis.scs.carleton.ca/~soma/webfund-2016w/lectures/comp2406-2016w-lec02-12Jan2016.mp4 is now avai...")
 
(Added administration notes.)
Line 22: Line 22:
  - asynchronous (non-blocking) I/O
  - asynchronous (non-blocking) I/O
</pre>
</pre>
===Student Notes===
* Administration Reminders
** [[Fundamentals_of_Web_Applications:_Winter_2016_Course_Outline#Course_Information|Office hours have been added.]]
** [[Fundamentals_of_Web_Applications:_Winter_2016_Course_Outline#Grading|Midterm date has been tentatively created.]]
** [[WebFund_2016W:_Assignment_1|Assignment #1 has been posted.]]

Revision as of 15:57, 13 January 2016

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