Exercise:

Use a jQuery method to hide the <p> element when it is clicked on.
The speed should be "slow".

Hint: Use the hide() method with a parameter.

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