Exercise:

Use a jQuery method to remove the "important" class from the <p> element.

ヒント:removeClass() メソッドを使用します。

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