Test Status
      JSJQUERYTEST3
      (A) The User's machine running a Web browser
      (B) The Web server
      (C) A central machine deep within Netscape's corporate offices
      (D) None of the above
      (A) Returns false if the argument is not a number.
      (B) Returns true if the argument is not a number.
      (C) Returns true if the argument is a number.
      (D) None of the above
      (A) jQuery.ajaxSetup()
      (B) jQuery.ajax()
      (C) jQuery.ajaxAsync()
      (A) Microsoft
      (B) Navigator
      (C) LiveWire
      (D) Native
      (A) for, foreach
      (B) foreach, while
      (C) do-while, foreach
      (D) for, while, do-while
      (A) $("div").height="100"
      (B) $("div").height(100)
      (C) $("div").yPos(100)
      (A) Microsoft
      (B) Navigator
      (C) LiveWire
      (D) Native
      (A) To use jQuery, you do not have to do anything. Most browsers (Internet Explorer, Chrome, Firefox and Opera) have the jQuery library built in the browser
      (B) To use jQuery, you can refer to a hosted jQuery library at Google
      (C) To use jQuery, you must buy the jQuery library at www.jquery.com
      (A) Storing numbers, dates, or other values
      (B) Varying randomly
      (C) Causing high-school algebra flashbacks
      (D) None of the above
      (A) Function is defined within a function
      (B) Function is defined using Function constructor
      (C) Function is defined as an expression
      (D) Function is predefined
      (A) C#
      (B) C++
      (C) JavaScript
      (D) VBScript
      (A) Validating a form
      (B) Sending a form's contents by email
      (C) Storing the form's contents to a database file on the server
      (D) None of the above
      (A) Return a value
      (B) Accept parameters and Return a value
      (C) Accept parameters
      (D) None of the above
      (A) var func = Function("x","y","return x+y");
      (B) var func = Function(x,y){ return x+y;}
      (C) var func = new Function("x", "y", "return x + y");
      (D) None of the above
      (A) conflict()
      (B) noConflict()
      (C) noNameConflict()
      (D) nameConflict()
      (A) 2names
      (B) _first_and_last_names
      (C) FirstAndLast
      (D) None of the above