Menu
×
×
Correct!
Exercise:Use the correct event to hide all <p> elements with a "click".
$("p").@(5)(function(){
$(this).hide();
});
$("p").click(function(){
$(this).hide();
});
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 60 exercises.
Are you sure you want to continue?