Difference between revisions of "WebFund 2013W Lecture 10"

From Soma-notes
Jump to navigation Jump to search
(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....")
(No difference)

Revision as of 12:39, 7 February 2013

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?