Exercise:

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

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

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