Menu
×
×
Correct!
Exercise:Use a jQuery method to get all <span> elements that are descendants of <div>.
$("div").@(4)("span");
$("div").find("span");
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 60 exercises.
Are you sure you want to continue?