Exercise:

Use a jQuery method to remove all <p> elements with class="test" and class="demo".

ヒント:remove("selector,...") メソッドを使用します。

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com