Use a jQuery method to remove all <p> elements with class="test" and class="demo".
Hint: Use the remove("selector,...") method.
This is a paragraph.
This is p element with class="test".
This is p element with class="demo".