In jQuery, the filter() method is used to create an array filled with all array elements that pass a test provided as a function. The technique doesn’t change the original collection or execute the array elements’ functions without values. Simplified, this method is used to filter out all the items that do not match the selected criteria set by the developers. The standards matches will be returned.

BY Best Interview Question ON 26 Jan 2019