Exercise:

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

Hint: Use the toggleClass() method.

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