What will $("div").prevAll("p") select?

This is a p element

This is a heading

This is a p element inside a div element.

This is a p element.

This is another p element.

This is a div element (the selection of sibling elements starts from this div).

This is a p element.