Test Status
      JSJQUERYRANDOMTEST
      (A) ["palampur", "delhi", "agra", "akot", "aligarh"]
      (B) ["delhi", "agra", "akot", "palampur", "aligarh"]
      (C) ["delhi", "agra", "akot", "aligarh", "palampur"]
      (D) None of them
      (A) "array", "object"
      (B) "object", "array"
      (C) "array", "array"
      (D) "object", "object"
      (A) var city = new Array("delhi","agra","akot","aligarh");
      (B) var city = ["delhi", "agra", "akot", "aligarh"];
      (C) Both a and b
      (D) None of them
      (A) $("div").height="100"
      (B) $("div").height(100)
      (C) $("div").yPos(100)
      (A) System.out.println("Hello World")
      (B) println ("Hello World")
      (C) document.write("Hello World")
      (D) response.write("Hello World")
      (A) ["delhi","agra","akot"]
      (B) ["akot","aligarh","palampur"]
      (C) ["delhi","agra","akot","aligarh","palampur"]
      (D) None
      (A) The methods are basically the same. The only difference is that .width() returns a number, whereas outerWidth() a string.
      (B) width() returns the computed width of the element, while outerWidth() returns the width plus all the margins and paddings.
      (C) No difference. width() is a shorthand alias for outerWidth()
      (A) <script href=" abc.js">
      (B) <script name=" abc.js">
      (C) <script src=" abc.js">
      (D) None of the above
      (A) jQuery.ajax( options )
      (B) jQuery.ajaxSetup( options )
      (C) serialize( )
      (D) serializeArray( )
      (A) <js>
      (B) <scripting>
      (C) <script>
      (D) <javascript>
      (A) conflict()
      (B) noConflict()
      (C) noNameConflict()
      (D) nameConflict()
      (A) Alternate java script and XML
      (B) Asynchronous java script and XML
      (C) Asynchronous java and XML
      (D) None of these
      (A) removes the first element
      (B) removes the last element
      (C) adds the element to the array at the first position
      (D) adds the element to the array at the last position
      (A) typeof
      (B) void
      (C) instanceof
      (D) delete