Which of the following is not the feature of jQuery?

Which of the following is not the feature of jQuery? Correct Answer Powerful functional programming techniques is not used for operating on sets of elements as a group

These features are at the heart of jQuery’s power and utility: An expressive syntax (CSS selectors) for referring to elements in the document An efficient query method for finding the set of document elements that match a CSS selector A useful set of methods for manipulating selected elements Powerful functional programming techniques for operating on sets of elements as a group, rather than one at a time A succinct idiom (method chaining) for expressing sequences of operations.
Bissoy MCQ

Related Questions

jQuery does not contain the _____________ feature.
jQuery does not contain the . . . . . . . . feature.
Which of the following is not event method in jQuery?
Which of the following is not the fade method in jQuery?
Which of the following is not the sliding method in jQuery?