Test Status
      JSJQUERYRANDOMTEST
      (A) getElementById
      (B) getElementByClassName
      (C) getElementByTagName
      (D) None of the above
      (A) removeClass( class )
      (B) removeStyleClass( class )
      (C) removeCSSClass( class )
      (D) None of the above.
      (A) do while
      (B) for
      (C) for each
      (D) None of these
      (A) typeof
      (B) void
      (C) instanceof
      (D) delete
      (A) The <script>
      (B) The </script>
      (C) The END statement
      (D) None of the above
      (A) JavaScript is a stripped-down version of Java
      (B) JavaScript's syntax is loosely based on Java's
      (C) They both originated on the island of Java
      (D) None of the above
      (A) FileUpLoad
      (B) Function
      (C) File
      (D) Date
      (A) Storing numbers, dates, or other values
      (B) Varying randomly
      (C) Causing high-school algebra flashbacks
      (D) None of the above
      (A) var txt = new Array(1:"tim",2:"kim",3:"jim")
      (B) var txt = new Array:1=("tim")2=("kim")3=("jim")
      (C) var txt = new Array("tim","kim","jim")
      (D) var txt = new Array="tim","kim","jim"
      (A) <img>
      (B) <a>
      (C) <br>
      (D) none of the above
      (A) detach()
      (B) remove()
      (C) Both methods can be used
      (D) None of the above
      (A) All p elements with class="intro"
      (B) The p element with id="intro"