×
×
Correct!
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! |
This will reset the score of ALL 60 exercises.
Are you sure you want to continue?