Exercise v1.3

Exercise:

Use a jQuery method to add both the "important" and "test" class to the <p> element.

Hint: Use the addClass() method.

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