×
×
Correct!
Use a jQuery method to show a <p> element.
$("button").click(function(){
$("p").@(4)();
});
$("button").click(function(){
$("p").show();
});
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 60 exercises.
Are you sure you want to continue?