WebFund 2013W Lecture 10

From Soma-notes
Revision as of 12:39, 7 February 2013 by Soma (talk | contribs) (Created page with "==Questions== # Express gives you a static file server by default. (true/false) # In express, URLs are all automatically resolved by looking for the appropriately named file....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Questions

  1. Express gives you a static file server by default. (true/false)
  2. In express, URLs are all automatically resolved by looking for the appropriately named file. (true/false)
  3. In node, modules declare public functions by assigning them to which object?
  4. Jade templates only allow you to access a restricted subset of HTML. (true/false)
  5. In an HTML form, if I want to return a value called "country", which parameter do I set to "country": id, name, class, for, or type?