Test Status
      JSJQUERYRANDOMTEST
      (A) The <script>
      (B) The </script>
      (C) The END statement
      (D) None of the above
      (A) Boolean
      (B) Number
      (C) String
      (D) Function
      (A) Dough
      (B) Session
      (C) Dazzler
      (D) None of these
      (A) characterAt()
      (B) getCharAt()
      (C) charAt()
      (D) None of the above.
      (A) the $ sign
      (B) the ? Sign
      (C) the % sign
      (A) null
      (B) undefined
      (C) NaN
      (D) Infinity
      (A) It binds the functions you pass as parameters, to the mouseenter and mouseleave events.
      (B) Converts the element upon which it was called, into a hoverable menu.
      (A) global variable
      (B) local variable
      (C) Both of the above.
      (D) None of the above.
      (A) reverse()
      (B) join()
      (C) slice()
      (D) All of them
      (A) 2names
      (B) _first_and_last_names
      (C) FirstAndLast
      (D) None of the above
      (A) named function
      (B) anonymous function
      (C) Both of the above.
      (D) None of the above.
      (A) language
      (B) script
      (C) version
      (D) none of the above
      (A) toUpperCase()
      (B) toUpper()
      (C) changeCase(case)
      (D) None of the above.
      (A) removeClass( class )
      (B) removeStyleClass( class )
      (C) removeCSSClass( class )
      (D) None of the above.
      (A) $("div").height="100"
      (B) $("div").height(100)
      (C) $("div").yPos(100)