Test Status
      JSJQUERYTEST4
      (A) The <script>
      (B) The </script>
      (C) The END statement
      (D) None of the above
      (A) The number of milliseconds since January 1st, 1970
      (B) The number of days since January 1st, 1900
      (C) The number of seconds since Netscape's public stock offering.
      (D) None of the above
      (A) All div elements with a p element
      (B) All p elements inside a div element
      (C) The first p element inside a div element
      (A) language
      (B) script
      (C) version
      (D) none of the above
      (A) function [name]([param1] [, param2] [..., param3]){ statements }
      (B) var [name] = function ([param1] [, param2] [..., param3]){ statements }
      (C) new Function (arg1, arg2, ... argN, functionBody)
      (D) All of the above
      (A) System.out.println("Hello World")
      (B) println ("Hello World")
      (C) document.write("Hello World")
      (D) response.write("Hello World")
      (A) All p elements with class="intro"
      (B) The p element with id="intro"
      (A) detach()
      (B) remove()
      (C) Both methods can be used
      (D) None of the above
      (A) navigator.appCodeName
      (B) navigator.appName
      (C) navigator.appVersion
      (D) None of the above
      (A) Returns the value and continues executing rest of the statements
      (B) Returns the value and stops the program
      (C) Returns the value and stops executing the function
      (D) Stops executing the function and returns the value
      (A) All elements that does not contain the text "disabled"
      (B) All hidden elements
      (C) All elements containing the text "disabled"
      (D) All disabled input elements
      (A) <SCRIPT LANGUAGE="JavaScriptVersion">
      (B) <SCRIPT LANGUAGE="JavaScriptVersion">
      (C) <SCRIPT LANGUAGE="JavaScriptVersion">JavaScript statements</SCRIPT>
      (D) <SCRIPT LANGUAGE="JavaScriptVersion"!> JavaScript statements</SCRIPT>