In jQuery, the size or size() methods return the number of elements in the object. The .length does the same activity, but faster compared to size method as it’s a property and size is a method with an overhead functional call.

BY Best Interview Question ON 26 Jan 2019