Single Choice Easy

QWhich of the following functions is heavily overloaded?

ID: #5227 Javascript Scripted HTTP MCQ 233 views
Question Info
#5227Q ID
EasyDifficulty
Javascript Scripted HTTP MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A jQuery()
  • B $()
  • C script()
  • D Both jQuery() and $()
Correct Answer

Explanation

$() is simply a jquery alias function ().
The most important function in the jQuery library is jQuery() (also known as $()).
It is, however, heavily overloaded, with four different ways to invoke it.

Share This Question

Challenge a friend or share with your study group.