WebFund 2013W Lecture 10: Difference between revisions
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...." |
|||
Line 5: | Line 5: | ||
# In node, modules declare public functions by assigning them to which object? | # In node, modules declare public functions by assigning them to which object? | ||
# Jade templates only allow you to access a restricted subset of HTML. (true/false) | # Jade templates only allow you to access a restricted subset of HTML. (true/false) | ||
# 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? | # In an HTML form, if I want to return a value called "country", which parameter do I set to "country": <tt>id</tt>, <tt>name</tt>, <tt>class</tt>, <tt>for</tt>, or <tt>type</tt>? |
Revision as of 16:40, 7 February 2013
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. (true/false)
- In node, modules declare public functions by assigning them to which object?
- Jade templates only allow you to access a restricted subset of HTML. (true/false)
- 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?