Menu
×
×
Correct!
Exercise:Use a jQuery method to toggle between hiding and showing a <p> element.
$("button").click(function(){
$("p").@(6)();
});
$("button").click(function(){
$("p").toggle();
});
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 60 exercises.
Are you sure you want to continue?