| CIT597 Quiz 4 (JavaScript) Fall, 2003 |
Name_________________________________________ |
Please keep all answers short and to the point. Read each question and answer it; don't add information that wasn't asked for.
try...catch statement, how would you write
a catch clause for an InvalidNameException but no
other kind of Exception? /xy+z/g and what
does it mean? point with
the two numeric fields x and y, where x is
5 and y is 7.3.myObj.y?
var f = function(x) { return x + 3; }
x = 10;
y = f;
arguments[1] refer to?http://www.cis.upenn.edu/~matuszek/.