Test Status
      JSJQUERYRANDOMTEST
      (A) $.support
      (B) $.browser
      (C) $.featureTest
      (D) $.browserTest
      (A) click()
      (B) error()
      (C) event.pageX
      (D) click.error()
      (A) alert("Write some text here")
      (B) confirm("Write some text here")
      (C) prompt("Write here some text","Write default value here")
      (A) Pathname
      (B) Protocol
      (C) Defaultstatus
      (D) Host
      (A) Microsoft
      (B) Navigator
      (C) LiveWire
      (D) Native
      (A) getCSSHeight( )
      (B) getHeight( )
      (C) outerHeight( [margin] )
      (D) None of the above.
      (A) hidden()
      (B) display(none)
      (C) visible(false)
      (D) hide()
      (A) self = this printScope -> console.log self
      (B) printScope => console.log @
      (C) printScope => console.log this
      (D) All of the above
      (A) Alternate java script and XML
      (B) Asynchronous java script and XML
      (C) Asynchronous java and XML
      (D) None of these
      (A) LimeScript
      (B) Coffee Script
      (C) ECMScript
      (D) ECMAScript
      (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) if (conditional expression is true) then execute this code end if
      (B) if (conditional expression is true)execute this code end if
      (C) if (conditional expression is true) {then execute this code>->}
      (D) if (conditional expression is true) then {execute this code}
      (A) jQuery.ajaxSetup()
      (B) jQuery.ajax()
      (C) jQuery.ajaxAsync()
      (A) $("p").manipulate("background-color","red");
      (B) $("p").layout("background-color","red");
      (C) $("p").style("background-color","red");
      (D) $("p").css("background-color","red");