Exercise:

Use a jQuery method to toggle between adding and
removing the "important" class from the <p> element, when you click on it.

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

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