Menu
×
×
Correct!
Exercise:Use a jQuery method to remove all <div> elements with class="test" and class="demo".
$("div").@(6)("@(5), @(5)");
$("div").remove(".test, .demo");
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 60 exercises.
Are you sure you want to continue?