| CIT597 Answers to Quiz 3 (JavaScript) Fall, 2007 |
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.
y?
var f = function(x) { return x + 3; }
x = 10;
y = f;
arguments.callee refer to?