elements as their parent element. The function passed to the filter() method will only remove elements from the set if the function returns false. The main point is that if you are dealing with an isolated situation, creating a custom filter—e.g. :findImgWithNoP—for a single situation can be avoided by simply passing the filter method a function that can do custom filtering. This concept is quite powerful. Consider what is possible when we use a regular expressions test in conjunction with the filter() method. Sample: sample39.html