Which of the following is a single global function defined in the jQuery library?
Which of the following is a single global function defined in the jQuery library? Correct Answer jQuery()
The jQuery library defines a single global function named jQuery(). This function is so frequently used that the library also defines the global symbol $ as a shortcut for it. The $ sign it’s just an alias to jQuery(), then an alias to a function which is used as a selector element.